Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.GetAreaOfInterestInStreamOptionalParameter
-
Packages that use GetAreaOfInterestInStreamOptionalParameter 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 GetAreaOfInterestInStreamOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision
Methods in com.microsoft.azure.cognitiveservices.vision.computervision with parameters of type GetAreaOfInterestInStreamOptionalParameter Modifier and Type Method Description AreaOfInterestResult
ComputerVision. getAreaOfInterestInStream(byte[] image, GetAreaOfInterestInStreamOptionalParameter getAreaOfInterestInStreamOptionalParameter)
This operation returns a bounding box around the most important area of the image.rx.Observable<AreaOfInterestResult>
ComputerVision. getAreaOfInterestInStreamAsync(byte[] image, GetAreaOfInterestInStreamOptionalParameter getAreaOfInterestInStreamOptionalParameter)
This operation returns a bounding box around the most important area of the image. -
Uses of GetAreaOfInterestInStreamOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.implementation
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.implementation with parameters of type GetAreaOfInterestInStreamOptionalParameter Modifier and Type Method Description AreaOfInterestResult
ComputerVisionImpl. getAreaOfInterestInStream(byte[] image, GetAreaOfInterestInStreamOptionalParameter getAreaOfInterestInStreamOptionalParameter)
This operation returns a bounding box around the most important area of the image.rx.Observable<AreaOfInterestResult>
ComputerVisionImpl. getAreaOfInterestInStreamAsync(byte[] image, GetAreaOfInterestInStreamOptionalParameter getAreaOfInterestInStreamOptionalParameter)
This operation returns a bounding box around the most important area of the image.com.microsoft.rest.ServiceFuture<AreaOfInterestResult>
ComputerVisionImpl. getAreaOfInterestInStreamAsync(byte[] image, GetAreaOfInterestInStreamOptionalParameter getAreaOfInterestInStreamOptionalParameter, com.microsoft.rest.ServiceCallback<AreaOfInterestResult> serviceCallback)
This operation returns a bounding box around the most important area of the image.rx.Observable<com.microsoft.rest.ServiceResponse<AreaOfInterestResult>>
ComputerVisionImpl. getAreaOfInterestInStreamWithServiceResponseAsync(byte[] image, GetAreaOfInterestInStreamOptionalParameter getAreaOfInterestInStreamOptionalParameter)
This operation returns a bounding box around the most important area of the image. -
Uses of GetAreaOfInterestInStreamOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return GetAreaOfInterestInStreamOptionalParameter Modifier and Type Method Description GetAreaOfInterestInStreamOptionalParameter
GetAreaOfInterestInStreamOptionalParameter. withModelVersion(String modelVersion)
Set the modelVersion value.GetAreaOfInterestInStreamOptionalParameter
GetAreaOfInterestInStreamOptionalParameter. withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
-