Uses of Class
com.oracle.bmc.aivision.responses.AnalyzeImageResponse
-
Packages that use AnalyzeImageResponse Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.responses -
-
Uses of AnalyzeImageResponse in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision that return AnalyzeImageResponse Modifier and Type Method Description AnalyzeImageResponse
AIServiceVision. analyzeImage(AnalyzeImageRequest request)
Perform different types of image analysis.AnalyzeImageResponse
AIServiceVisionClient. analyzeImage(AnalyzeImageRequest request)
Methods in com.oracle.bmc.aivision that return types with arguments of type AnalyzeImageResponse 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)
Method parameters in com.oracle.bmc.aivision with type arguments of type AnalyzeImageResponse 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 AnalyzeImageResponse in com.oracle.bmc.aivision.responses
Methods in com.oracle.bmc.aivision.responses that return AnalyzeImageResponse Modifier and Type Method Description AnalyzeImageResponse
AnalyzeImageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aivision.responses with parameters of type AnalyzeImageResponse Modifier and Type Method Description AnalyzeImageResponse.Builder
AnalyzeImageResponse.Builder. copy(AnalyzeImageResponse o)
Copy method to populate the builder with values from the given instance.
-