You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: