Cognitive-Face-Android icon indicating copy to clipboard operation
Cognitive-Face-Android copied to clipboard

Did they change the reference and documentation ?

Open WeissAzura opened this issue 5 years ago • 0 comments

The reference for java in here https://docs.microsoft.com/en-us/java/api/overview/azure/cognitiveservices/client/faceapi?view=azure-java-stable doesn't make any sense when i implement com.microsoft.projectoxford:face:1.4.4.

Like in the sample file this was used to authenticate : sFaceServiceClient = new FaceServiceRestClient(getString(R.string.endpoint), getString(R.string.subscription_key));

But in the doc :

public static FaceAPI authenticate(String baseUrl, final String subscriptionKey)

Reading this make me want to commit suicide.

WeissAzura avatar Aug 28 '20 15:08 WeissAzura