Skip to content

Instantly share code, notes, and snippets.

@lettucebo
Created October 16, 2018 17:11
Show Gist options
  • Save lettucebo/be1fb1d4a1ec371f4b5af8655db3baf9 to your computer and use it in GitHub Desktop.
Save lettucebo/be1fb1d4a1ec371f4b5af8655db3baf9 to your computer and use it in GitHub Desktop.
ComputerVisionClient client = new ComputerVisionClient(
new ApiKeyServiceClientCredentials(apiKey),
new System.Net.Http.DelegatingHandler[] { });
// 根據 Azure Portal 上之資訊填寫
client.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