Uses of Class
com.oracle.bmc.aivision.responses.AnalyzeDocumentResponse
-
Packages that use AnalyzeDocumentResponse Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.responses -
-
Uses of AnalyzeDocumentResponse in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision that return AnalyzeDocumentResponse Modifier and Type Method Description AnalyzeDocumentResponse
AIServiceVision. analyzeDocument(AnalyzeDocumentRequest request)
Perform different types of image analysis.AnalyzeDocumentResponse
AIServiceVisionClient. analyzeDocument(AnalyzeDocumentRequest request)
Methods in com.oracle.bmc.aivision that return types with arguments of type AnalyzeDocumentResponse Modifier and Type Method Description Future<AnalyzeDocumentResponse>
AIServiceVisionAsync. analyzeDocument(AnalyzeDocumentRequest request, AsyncHandler<AnalyzeDocumentRequest,AnalyzeDocumentResponse> handler)
Perform different types of image analysis.Future<AnalyzeDocumentResponse>
AIServiceVisionAsyncClient. analyzeDocument(AnalyzeDocumentRequest request, AsyncHandler<AnalyzeDocumentRequest,AnalyzeDocumentResponse> handler)
Method parameters in com.oracle.bmc.aivision with type arguments of type AnalyzeDocumentResponse Modifier and Type Method Description Future<AnalyzeDocumentResponse>
AIServiceVisionAsync. analyzeDocument(AnalyzeDocumentRequest request, AsyncHandler<AnalyzeDocumentRequest,AnalyzeDocumentResponse> handler)
Perform different types of image analysis.Future<AnalyzeDocumentResponse>
AIServiceVisionAsyncClient. analyzeDocument(AnalyzeDocumentRequest request, AsyncHandler<AnalyzeDocumentRequest,AnalyzeDocumentResponse> handler)
-
Uses of AnalyzeDocumentResponse in com.oracle.bmc.aivision.responses
Methods in com.oracle.bmc.aivision.responses that return AnalyzeDocumentResponse Modifier and Type Method Description AnalyzeDocumentResponse
AnalyzeDocumentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aivision.responses with parameters of type AnalyzeDocumentResponse Modifier and Type Method Description AnalyzeDocumentResponse.Builder
AnalyzeDocumentResponse.Builder. copy(AnalyzeDocumentResponse o)
Copy method to populate the builder with values from the given instance.
-