|
8 | 8 | "paths": { |
9 | 9 | "/retrieval:vectorizeText": { |
10 | 10 | "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", |
16 | 13 | "consumes": [ |
17 | 14 | "application/json" |
18 | 15 | ], |
|
71 | 68 | }, |
72 | 69 | "/retrieval:vectorizeImage": { |
73 | 70 | "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", |
79 | 73 | "consumes": [ |
80 | 74 | "application/json" |
81 | 75 | ], |
|
134 | 128 | }, |
135 | 129 | "/imageanalysis:analyze": { |
136 | 130 | "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", |
142 | 133 | "consumes": [ |
143 | 134 | "application/json" |
144 | 135 | ], |
|
822 | 813 | "x-ms-paths": { |
823 | 814 | "/retrieval:vectorizeImage?overload=stream": { |
824 | 815 | "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", |
830 | 818 | "consumes": [ |
831 | 819 | "application/octet-stream", |
832 | 820 | "image/jpeg", |
|
891 | 879 | }, |
892 | 880 | "/imageanalysis:analyze?overload=stream": { |
893 | 881 | "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", |
899 | 884 | "consumes": [ |
900 | 885 | "application/octet-stream", |
901 | 886 | "image/jpeg", |
|
0 commit comments