microsoft / Cognitive-Face-Android

Cognitive Services Face client library for Android.
https://www.microsoft.com/cognitive-services/en-us/face-api
Other
269 stars 151 forks source link

Did they change the reference and documentation ? #61

Open WeissAzura opened 4 years ago

WeissAzura commented 4 years ago

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.