Skip to content

Commit ce77a9f

Browse files
authored
Update documentation for UnifiedVision 2024 GA (Azure#28769)
* Update documentation for UnifiedVision 2024 GA
1 parent fc95c3a commit ce77a9f

File tree

1 file changed

+10
-25
lines changed
  • specification/cognitiveservices/data-plane/UnifiedVision/stable/2024-02-01

1 file changed

+10
-25
lines changed

specification/cognitiveservices/data-plane/UnifiedVision/stable/2024-02-01/UnifiedVision.json

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@
88
"paths": {
99
"/retrieval:vectorizeText": {
1010
"post": {
11-
"tags": [
12-
"ImageRetrieval"
13-
],
14-
"summary": "Return vector from a text.",
15-
"operationId": "Text_Vectorize",
11+
"description": "Return vector from a text.",
12+
"operationId": "Vectorize_Text",
1613
"consumes": [
1714
"application/json"
1815
],
@@ -71,11 +68,8 @@
7168
},
7269
"/retrieval:vectorizeImage": {
7370
"post": {
74-
"tags": [
75-
"ImageRetrieval"
76-
],
77-
"summary": "Return vector from an image.",
78-
"operationId": "Image_Vectorize",
71+
"description": "Return vector from an image.",
72+
"operationId": "Vectorize_Image",
7973
"consumes": [
8074
"application/json"
8175
],
@@ -134,11 +128,8 @@
134128
},
135129
"/imageanalysis:analyze": {
136130
"post": {
137-
"tags": [
138-
"Operations"
139-
],
140-
"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.",
141-
"operationId": "ImageAnalysis_Analyze",
131+
"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.",
132+
"operationId": "Analyze_Image",
142133
"consumes": [
143134
"application/json"
144135
],
@@ -822,11 +813,8 @@
822813
"x-ms-paths": {
823814
"/retrieval:vectorizeImage?overload=stream": {
824815
"post": {
825-
"tags": [
826-
"ImageRetrievalApi"
827-
],
828-
"summary": "Return vector from an image.",
829-
"operationId": "VectorizeImageFromImageStream",
816+
"description": "Return vector from an image.",
817+
"operationId": "Vectorize_ImageStream",
830818
"consumes": [
831819
"application/octet-stream",
832820
"image/jpeg",
@@ -891,11 +879,8 @@
891879
},
892880
"/imageanalysis:analyze?overload=stream": {
893881
"post": {
894-
"tags": [
895-
"Operations"
896-
],
897-
"summary": "Analyze the input image. The request contains image stream with any content type ['image/*', 'application/octet-stream'].",
898-
"operationId": "ImageAnalysis_AnalyzeFromImageStream",
882+
"description": "Analyze the input image. The request contains image stream with any content type ['image/*', 'application/octet-stream'].",
883+
"operationId": "Analyze_ImageStream",
899884
"consumes": [
900885
"application/octet-stream",
901886
"image/jpeg",

0 commit comments

Comments
 (0)