Uses of Class
com.microsoft.azure.cognitiveservices.vision.computervision.models.DetectResult
-
Packages that use DetectResult 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 DetectResult in com.microsoft.azure.cognitiveservices.vision.computervision
Methods in com.microsoft.azure.cognitiveservices.vision.computervision that return DetectResult Modifier and Type Method Description DetectResult
ComputerVision. detectObjects(String url, DetectObjectsOptionalParameter detectObjectsOptionalParameter)
Performs object detection on the specified image.DetectResult
ComputerVision. detectObjectsInStream(byte[] image, DetectObjectsInStreamOptionalParameter detectObjectsInStreamOptionalParameter)
Performs object detection on the specified image.DetectResult
ComputerVision.ComputerVisionDetectObjectsDefinitionStages.WithExecute. execute()
Execute the request.DetectResult
ComputerVision.ComputerVisionDetectObjectsInStreamDefinitionStages.WithExecute. execute()
Execute the request.Methods in com.microsoft.azure.cognitiveservices.vision.computervision that return types with arguments of type DetectResult Modifier and Type Method Description rx.Observable<DetectResult>
ComputerVision. detectObjectsAsync(String url, DetectObjectsOptionalParameter detectObjectsOptionalParameter)
Performs object detection on the specified image.rx.Observable<DetectResult>
ComputerVision. detectObjectsInStreamAsync(byte[] image, DetectObjectsInStreamOptionalParameter detectObjectsInStreamOptionalParameter)
Performs object detection on the specified image.rx.Observable<DetectResult>
ComputerVision.ComputerVisionDetectObjectsDefinitionStages.WithExecute. executeAsync()
Execute the request asynchronously.rx.Observable<DetectResult>
ComputerVision.ComputerVisionDetectObjectsInStreamDefinitionStages.WithExecute. executeAsync()
Execute the request asynchronously. -
Uses of DetectResult in com.microsoft.azure.cognitiveservices.vision.computervision.implementation
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.implementation that return DetectResult Modifier and Type Method Description DetectResult
ComputerVisionImpl. detectObjects(String url, DetectObjectsOptionalParameter detectObjectsOptionalParameter)
Performs object detection on the specified image.DetectResult
ComputerVisionImpl. detectObjectsInStream(byte[] image, DetectObjectsInStreamOptionalParameter detectObjectsInStreamOptionalParameter)
Performs object detection on the specified image.Methods in com.microsoft.azure.cognitiveservices.vision.computervision.implementation that return types with arguments of type DetectResult Modifier and Type Method Description 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<DetectResult>
ComputerVisionImpl. detectObjectsInStreamAsync(byte[] image, DetectObjectsInStreamOptionalParameter detectObjectsInStreamOptionalParameter)
Performs object detection on the specified image.com.microsoft.rest.ServiceFuture<DetectResult>
ComputerVisionImpl. detectObjectsInStreamAsync(byte[] image, DetectObjectsInStreamOptionalParameter detectObjectsInStreamOptionalParameter, com.microsoft.rest.ServiceCallback<DetectResult> serviceCallback)
Performs object detection on the specified image.rx.Observable<com.microsoft.rest.ServiceResponse<DetectResult>>
ComputerVisionImpl. detectObjectsInStreamWithServiceResponseAsync(byte[] image, DetectObjectsInStreamOptionalParameter detectObjectsInStreamOptionalParameter)
Performs object detection on the specified image.rx.Observable<com.microsoft.rest.ServiceResponse<DetectResult>>
ComputerVisionImpl. detectObjectsInStreamWithServiceResponseAsync(byte[] image, String modelVersion)
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.rx.Observable<com.microsoft.rest.ServiceResponse<DetectResult>>
ComputerVisionImpl. detectObjectsWithServiceResponseAsync(String url, String modelVersion)
Performs object detection on the specified image.Method parameters in com.microsoft.azure.cognitiveservices.vision.computervision.implementation with type arguments of type DetectResult Modifier and Type Method Description com.microsoft.rest.ServiceFuture<DetectResult>
ComputerVisionImpl. detectObjectsAsync(String url, DetectObjectsOptionalParameter detectObjectsOptionalParameter, com.microsoft.rest.ServiceCallback<DetectResult> serviceCallback)
Performs object detection on the specified image.com.microsoft.rest.ServiceFuture<DetectResult>
ComputerVisionImpl. detectObjectsInStreamAsync(byte[] image, DetectObjectsInStreamOptionalParameter detectObjectsInStreamOptionalParameter, com.microsoft.rest.ServiceCallback<DetectResult> serviceCallback)
Performs object detection on the specified image. -
Uses of DetectResult in com.microsoft.azure.cognitiveservices.vision.computervision.models
Methods in com.microsoft.azure.cognitiveservices.vision.computervision.models that return DetectResult Modifier and Type Method Description DetectResult
DetectResult. withMetadata(ImageMetadata metadata)
Set the metadata value.DetectResult
DetectResult. withModelVersion(String modelVersion)
Set the modelVersion value.DetectResult
DetectResult. withRequestId(String requestId)
Set the requestId value.
-