Skip to content

Commit fc95c3a

Browse files
authored
Update documentation for UnifiedVision 2023 GA (Azure#28768)
* update documentation for uvs 2023 ga
1 parent 5e976ea commit fc95c3a

File tree

1 file changed

+4
-10
lines changed
  • specification/cognitiveservices/data-plane/UnifiedVision/stable/2023-10-01

1 file changed

+4
-10
lines changed

specification/cognitiveservices/data-plane/UnifiedVision/stable/2023-10-01/UnifiedVision.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@
88
"paths": {
99
"/imageanalysis:analyze": {
1010
"post": {
11-
"tags": [
12-
"Operations"
13-
],
14-
"summary": "Analyze the input image. The request either contains image stream with any content type ['image/*', 'application/octet-stream'], or a JSON payload which includes an url property to be used to retrieve the image stream.",
15-
"operationId": "ImageAnalysis_Analyze",
11+
"description": "Analyze the input image. The request either contains image stream with any content type ['image/*', 'application/octet-stream'], or a JSON payload which includes an url property to be used to retrieve the image stream.",
12+
"operationId": "Analyze_Image",
1613
"consumes": [
1714
"application/json"
1815
],
@@ -664,11 +661,8 @@
664661
"x-ms-paths": {
665662
"/imageanalysis:analyze?overload=stream": {
666663
"post": {
667-
"tags": [
668-
"Operations"
669-
],
670-
"summary": "Analyze the input image. The request contains image stream with any content type ['image/*', 'application/octet-stream'].",
671-
"operationId": "ImageAnalysis_AnalyzeFromImageStream",
664+
"description": "Analyze the input image. The request contains image stream with any content type ['image/*', 'application/octet-stream'].",
665+
"operationId": "Analyze_ImageStream",
672666
"consumes": [
673667
"application/octet-stream",
674668
"image/jpeg",

0 commit comments

Comments
 (0)