This commit is contained in:
Jason Wells 2020-07-21 09:08:43 -07:00 коммит произвёл GitHub
Родитель 86166b5b77
Коммит f2f4dec2cd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@ The client library is a thin C\# client wrapper for the Microsoft WebLM API.
## The Sample
This sample is a C# Windows console application demonstrating the use of the Microsoft WebLM API.
To obtain a subscription key for WebLM API, visit [the Microsoft Cognitive Services website](https://azure.microsoft.com/free/cognitive-services/), create a new Azure account, and try Cognitive Services for free. Then open, modify, build, and run the accompanying Visual Studio solution.
To obtain a subscription key for WebLM API, visit [the Microsoft Cognitive Services Web site](https://azure.microsoft.com/free/cognitive-services/), create a new Azure account, and try Cognitive Services for free. Then open, modify, build, and run the accompanying Visual Studio solution.
### Build the sample