Skip to content

Commit d0b6917

Browse files
authored
Update csharp-sdk.md
1 parent d899b4a commit d0b6917

File tree

1 file changed

+1
-1
lines changed
  • articles/cognitive-services/Computer-vision/includes/quickstarts-sdk

1 file changed

+1
-1
lines changed

articles/cognitive-services/Computer-vision/includes/quickstarts-sdk/csharp-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ As an optional step, see [How to specify the model version](../../Vision-API-How
137137

138138
```csharp
139139
// Read text from URL with a specific model version
140-
var textHeaders = await client.ReadAsync(urlFile,null,null,"2021-09-30-preview");
140+
var textHeaders = await client.ReadAsync(urlFile,null,null,"2022-01-30-preview");
141141
```
142142

143143
### Get Read results

0 commit comments

Comments
 (0)