Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.DescribeImageInStreamOptionalParameter
-
Packages that use DescribeImageInStreamOptionalParameter 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 DescribeImageInStreamOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision
Methods in com.microsoft.azure.cognitiveservices.vision.computervision with parameters of type DescribeImageInStreamOptionalParameter Modifier and Type Method Description ImageDescription
ComputerVision. describeImageInStream(byte[] image, DescribeImageInStreamOptionalParameter describeImageInStreamOptionalParameter)
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. -
Uses of DescribeImageInStreamOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.implementation
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.implementation with parameters of type DescribeImageInStreamOptionalParameter Modifier and Type Method Description ImageDescription
ComputerVisionImpl. describeImageInStream(byte[] image, DescribeImageInStreamOptionalParameter describeImageInStreamOptionalParameter)
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. -
Uses of DescribeImageInStreamOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return DescribeImageInStreamOptionalParameter Modifier and Type Method Description DescribeImageInStreamOptionalParameter
DescribeImageInStreamOptionalParameter. withDescriptionExclude(List<DescriptionExclude> descriptionExclude)
Set the descriptionExclude value.DescribeImageInStreamOptionalParameter
DescribeImageInStreamOptionalParameter. withLanguage(String language)
Set the language value.DescribeImageInStreamOptionalParameter
DescribeImageInStreamOptionalParameter. withMaxCandidates(Integer maxCandidates)
Set the maxCandidates value.DescribeImageInStreamOptionalParameter
DescribeImageInStreamOptionalParameter. withModelVersion(String modelVersion)
Set the modelVersion value.DescribeImageInStreamOptionalParameter
DescribeImageInStreamOptionalParameter. withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
-