Skip to content

Commit dbaa8cd

Browse files
committed
add closing bracket note
1 parent a72e753 commit dbaa8cd

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ Define your new method for image analysis. Add the code below, which specifies v
129129

130130
[!code-csharp[](~/cognitive-services-dotnet-sdk-samples/documentation-samples/quickstarts/ComputerVision/Program.cs?name=snippet_visualfeatures)]
131131

132+
Insert any of the following code blocks into your **AnalyzeImageUrl** method to implement their features. Remember to add a closing bracket at the end.
133+
134+
```csharp
135+
}
136+
```
137+
132138
### Analyze
133139

134140
The **AnalyzeImageAsync** method returns an **ImageAnalysis** object that contains all of extracted information.

0 commit comments

Comments
 (0)