Uses of Class
com.oracle.bmc.aivision.requests.AnalyzeImageRequest
-
Packages that use AnalyzeImageRequest Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.requests -
-
Uses of AnalyzeImageRequest in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision with parameters of type AnalyzeImageRequest Modifier and Type Method Description AnalyzeImageResponse
AIServiceVision. analyzeImage(AnalyzeImageRequest request)
Perform different types of image analysis.Future<AnalyzeImageResponse>
AIServiceVisionAsync. analyzeImage(AnalyzeImageRequest request, AsyncHandler<AnalyzeImageRequest,AnalyzeImageResponse> handler)
Perform different types of image analysis.Future<AnalyzeImageResponse>
AIServiceVisionAsyncClient. analyzeImage(AnalyzeImageRequest request, AsyncHandler<AnalyzeImageRequest,AnalyzeImageResponse> handler)
AnalyzeImageResponse
AIServiceVisionClient. analyzeImage(AnalyzeImageRequest request)
Method parameters in com.oracle.bmc.aivision with type arguments of type AnalyzeImageRequest Modifier and Type Method Description Future<AnalyzeImageResponse>
AIServiceVisionAsync. analyzeImage(AnalyzeImageRequest request, AsyncHandler<AnalyzeImageRequest,AnalyzeImageResponse> handler)
Perform different types of image analysis.Future<AnalyzeImageResponse>
AIServiceVisionAsyncClient. analyzeImage(AnalyzeImageRequest request, AsyncHandler<AnalyzeImageRequest,AnalyzeImageResponse> handler)
-
Uses of AnalyzeImageRequest in com.oracle.bmc.aivision.requests
Methods in com.oracle.bmc.aivision.requests that return AnalyzeImageRequest Modifier and Type Method Description AnalyzeImageRequest
AnalyzeImageRequest.Builder. build()
Build the instance of AnalyzeImageRequest as configured by this builderAnalyzeImageRequest
AnalyzeImageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AnalyzeImageRequest as configured by this builderMethods in com.oracle.bmc.aivision.requests with parameters of type AnalyzeImageRequest Modifier and Type Method Description AnalyzeImageRequest.Builder
AnalyzeImageRequest.Builder. copy(AnalyzeImageRequest o)
Copy method to populate the builder with values from the given instance.
-