Skip to content

Instantly share code, notes, and snippets.

@lettucebo
Created October 18, 2018 11:27
Show Gist options
  • Save lettucebo/b30760def8b1f9c01564b59975881133 to your computer and use it in GitHub Desktop.
Save lettucebo/b30760def8b1f9c01564b59975881133 to your computer and use it in GitHub Desktop.
FaceClient faceClient = new FaceClient(
new ApiKeyServiceClientCredentials(apiKey),
new System.Net.Http.DelegatingHandler[] { });
faceClient.Endpoint = "https://southeastasia.api.cognitive.microsoft.com/";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment