GetImageEmbeddings interface
Methods
post(Get |
Return the embedding vectors for given images.
The method makes a REST API call to the |
Method Details
post(GetImageEmbeddingsParameters)
Return the embedding vectors for given images.
The method makes a REST API call to the /images/embeddings
route on the given endpoint.
function post(options?: GetImageEmbeddingsParameters): StreamableMethod<GetImageEmbeddings200Response | GetImageEmbeddingsDefaultResponse>
Parameters
- options
- GetImageEmbeddingsParameters
Returns
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript