Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.DetectObjectsOptionalParameter
-
Packages that use DetectObjectsOptionalParameter 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 DetectObjectsOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision
Methods in com.microsoft.azure.cognitiveservices.vision.computervision with parameters of type DetectObjectsOptionalParameter Modifier and Type Method Description DetectResult
ComputerVision. detectObjects(String url, DetectObjectsOptionalParameter detectObjectsOptionalParameter)
Performs object detection on the specified image.rx.Observable<DetectResult>
ComputerVision. detectObjectsAsync(String url, DetectObjectsOptionalParameter detectObjectsOptionalParameter)
Performs object detection on the specified image. -
Uses of DetectObjectsOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.implementation
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.implementation with parameters of type DetectObjectsOptionalParameter Modifier and Type Method Description DetectResult
ComputerVisionImpl. detectObjects(String url, DetectObjectsOptionalParameter detectObjectsOptionalParameter)
Performs object detection on the specified image.rx.Observable<DetectResult>
ComputerVisionImpl. detectObjectsAsync(String url, DetectObjectsOptionalParameter detectObjectsOptionalParameter)
Performs object detection on the specified image.com.microsoft.rest.ServiceFuture<DetectResult>
ComputerVisionImpl. detectObjectsAsync(String url, DetectObjectsOptionalParameter detectObjectsOptionalParameter, com.microsoft.rest.ServiceCallback<DetectResult> serviceCallback)
Performs object detection on the specified image.rx.Observable<com.microsoft.rest.ServiceResponse<DetectResult>>
ComputerVisionImpl. detectObjectsWithServiceResponseAsync(String url, DetectObjectsOptionalParameter detectObjectsOptionalParameter)
Performs object detection on the specified image. -
Uses of DetectObjectsOptionalParameter in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return DetectObjectsOptionalParameter Modifier and Type Method Description DetectObjectsOptionalParameter
DetectObjectsOptionalParameter. withModelVersion(String modelVersion)
Set the modelVersion value.DetectObjectsOptionalParameter
DetectObjectsOptionalParameter. withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
-