File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/media-services/video-indexer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ manager: femila
9
9
ms.service : media-services
10
10
ms.subservice : video-indexer
11
11
ms.topic : article
12
- ms.date : 04/13 /2020
12
+ ms.date : 05/21 /2020
13
13
ms.author : juliako
14
14
---
15
15
@@ -112,7 +112,7 @@ The following C# code snippet demonstrates the usage of all the Video Indexer AP
112
112
```csharp
113
113
var apiUrl = "https://api.videoindexer.ai";
114
114
var accountId = "...";
115
- var location = "westus2";
115
+ var location = "westus2"; // replace with the account's location, or with “trial” if this is a trial account
116
116
var apiKey = "...";
117
117
118
118
System.Net.ServicePointManager.SecurityProtocol = System.Net.ServicePointManager.SecurityProtocol | System.Net.SecurityProtocolType.Tls12;
You can’t perform that action at this time.
0 commit comments