Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.GetAreaOfInterestOptionalParameter
-
Packages that use GetAreaOfInterestOptionalParameter 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 GetAreaOfInterestOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision
Methods in com.microsoft.azure.cognitiveservices.vision.computervision with parameters of type GetAreaOfInterestOptionalParameter Modifier and Type Method Description AreaOfInterestResult
ComputerVision. getAreaOfInterest(String url, GetAreaOfInterestOptionalParameter getAreaOfInterestOptionalParameter)
This operation returns a bounding box around the most important area of the image.rx.Observable<AreaOfInterestResult>
ComputerVision. getAreaOfInterestAsync(String url, GetAreaOfInterestOptionalParameter getAreaOfInterestOptionalParameter)
This operation returns a bounding box around the most important area of the image. -
Uses of GetAreaOfInterestOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.implementation
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.implementation with parameters of type GetAreaOfInterestOptionalParameter Modifier and Type Method Description AreaOfInterestResult
ComputerVisionImpl. getAreaOfInterest(String url, GetAreaOfInterestOptionalParameter getAreaOfInterestOptionalParameter)
This operation returns a bounding box around the most important area of the image.rx.Observable<AreaOfInterestResult>
ComputerVisionImpl. getAreaOfInterestAsync(String url, GetAreaOfInterestOptionalParameter getAreaOfInterestOptionalParameter)
This operation returns a bounding box around the most important area of the image.com.microsoft.rest.ServiceFuture<AreaOfInterestResult>
ComputerVisionImpl. getAreaOfInterestAsync(String url, GetAreaOfInterestOptionalParameter getAreaOfInterestOptionalParameter, 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. getAreaOfInterestWithServiceResponseAsync(String url, GetAreaOfInterestOptionalParameter getAreaOfInterestOptionalParameter)
This operation returns a bounding box around the most important area of the image. -
Uses of GetAreaOfInterestOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return GetAreaOfInterestOptionalParameter Modifier and Type Method Description GetAreaOfInterestOptionalParameter
GetAreaOfInterestOptionalParameter. withModelVersion(String modelVersion)
Set the modelVersion value.GetAreaOfInterestOptionalParameter
GetAreaOfInterestOptionalParameter. withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
-