Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.ImageDescription
-
Packages that use ImageDescription Package Description com.microsoft.azure.cognitiveservices.vision.computervision This package contains the classes for ComputerVisionClient.com.microsoft.azure.cognitiveservices.vision.computervision.implementation This package contains the implementation classes for ComputerVisionClient.com.microsoft.azure.cognitiveservices.vision.computervision.models This package contains the models classes for ComputerVisionClient. -
-
Uses of ImageDescription in com.microsoft.azure.cognitiveservices.vision.computervision
Methods in com.microsoft.azure.cognitiveservices.vision.computervision that return ImageDescription Modifier and Type Method Description ImageDescription
ComputerVision. describeImage(String url, DescribeImageOptionalParameter describeImageOptionalParameter)
This operation generates a description of an image in human readable language with complete sentences.ImageDescription
ComputerVision. describeImageInStream(byte[] image, DescribeImageInStreamOptionalParameter describeImageInStreamOptionalParameter)
This operation generates a description of an image in human readable language with complete sentences.ImageDescription
ComputerVision.ComputerVisionDescribeImageDefinitionStages.WithExecute. execute()
Execute the request.ImageDescription
ComputerVision.ComputerVisionDescribeImageInStreamDefinitionStages.WithExecute. execute()
Execute the request.Methods in com.microsoft.azure.cognitiveservices.vision.computervision that return types with arguments of type ImageDescription Modifier and Type Method Description rx.Observable<ImageDescription>
ComputerVision. describeImageAsync(String url, DescribeImageOptionalParameter describeImageOptionalParameter)
This operation generates a description of an image in human readable language with complete sentences.rx.Observable<ImageDescription>
ComputerVision. describeImageInStreamAsync(byte[] image, DescribeImageInStreamOptionalParameter describeImageInStreamOptionalParameter)
This operation generates a description of an image in human readable language with complete sentences.rx.Observable<ImageDescription>
ComputerVision.ComputerVisionDescribeImageDefinitionStages.WithExecute. executeAsync()
Execute the request asynchronously.rx.Observable<ImageDescription>
ComputerVision.ComputerVisionDescribeImageInStreamDefinitionStages.WithExecute. executeAsync()
Execute the request asynchronously. -
Uses of ImageDescription in com.microsoft.azure.cognitiveservices.vision.computervision.implementation
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.implementation that return ImageDescription Modifier and Type Method Description ImageDescription
ComputerVisionImpl. describeImage(String url, DescribeImageOptionalParameter describeImageOptionalParameter)
This operation generates a description of an image in human readable language with complete sentences.ImageDescription
ComputerVisionImpl. describeImageInStream(byte[] image, DescribeImageInStreamOptionalParameter describeImageInStreamOptionalParameter)
This operation generates a description of an image in human readable language with complete sentences.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.implementation that return types with arguments of type ImageDescription Modifier and Type Method Description rx.Observable<ImageDescription>
ComputerVisionImpl. describeImageAsync(String url, DescribeImageOptionalParameter describeImageOptionalParameter)
This operation generates a description of an image in human readable language with complete sentences.com.microsoft.rest.ServiceFuture<ImageDescription>
ComputerVisionImpl. describeImageAsync(String url, DescribeImageOptionalParameter describeImageOptionalParameter, com.microsoft.rest.ServiceCallback<ImageDescription> serviceCallback)
This operation generates a description of an image in human readable language with complete sentences.rx.Observable<ImageDescription>
ComputerVisionImpl. describeImageInStreamAsync(byte[] image, DescribeImageInStreamOptionalParameter describeImageInStreamOptionalParameter)
This operation generates a description of an image in human readable language with complete sentences.com.microsoft.rest.ServiceFuture<ImageDescription>
ComputerVisionImpl. describeImageInStreamAsync(byte[] image, DescribeImageInStreamOptionalParameter describeImageInStreamOptionalParameter, com.microsoft.rest.ServiceCallback<ImageDescription> serviceCallback)
This operation generates a description of an image in human readable language with complete sentences.rx.Observable<com.microsoft.rest.ServiceResponse<ImageDescription>>
ComputerVisionImpl. describeImageInStreamWithServiceResponseAsync(byte[] image, DescribeImageInStreamOptionalParameter describeImageInStreamOptionalParameter)
This operation generates a description of an image in human readable language with complete sentences.rx.Observable<com.microsoft.rest.ServiceResponse<ImageDescription>>
ComputerVisionImpl. describeImageInStreamWithServiceResponseAsync(byte[] image, Integer maxCandidates, String language, List<DescriptionExclude> descriptionExclude, String modelVersion)
This operation generates a description of an image in human readable language with complete sentences.rx.Observable<com.microsoft.rest.ServiceResponse<ImageDescription>>
ComputerVisionImpl. describeImageWithServiceResponseAsync(String url, DescribeImageOptionalParameter describeImageOptionalParameter)
This operation generates a description of an image in human readable language with complete sentences.rx.Observable<com.microsoft.rest.ServiceResponse<ImageDescription>>
ComputerVisionImpl. describeImageWithServiceResponseAsync(String url, Integer maxCandidates, String language, List<DescriptionExclude> descriptionExclude, String modelVersion)
This operation generates a description of an image in human readable language with complete sentences.Method parameters in com.microsoft.azure.cognitiveservices.vision.computervision.implementation with type arguments of type ImageDescription Modifier and Type Method Description com.microsoft.rest.ServiceFuture<ImageDescription>
ComputerVisionImpl. describeImageAsync(String url, DescribeImageOptionalParameter describeImageOptionalParameter, com.microsoft.rest.ServiceCallback<ImageDescription> serviceCallback)
This operation generates a description of an image in human readable language with complete sentences.com.microsoft.rest.ServiceFuture<ImageDescription>
ComputerVisionImpl. describeImageInStreamAsync(byte[] image, DescribeImageInStreamOptionalParameter describeImageInStreamOptionalParameter, com.microsoft.rest.ServiceCallback<ImageDescription> serviceCallback)
This operation generates a description of an image in human readable language with complete sentences. -
Uses of ImageDescription in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return ImageDescription Modifier and Type Method Description ImageDescription
ImageDescription. withCaptions(List<ImageCaption> captions)
Set the captions value.ImageDescription
ImageDescription. withMetadata(ImageMetadata metadata)
Set the metadata value.ImageDescription
ImageDescription. withModelVersion(String modelVersion)
Set the modelVersion value.ImageDescription
ImageDescription. withRequestId(String requestId)
Set the requestId value.ImageDescription
ImageDescription. withTags(List<String> tags)
Set the tags value.
-