Uses of Class
com.oracle.bmc.aivision.requests.AnalyzeDocumentRequest
-
Packages that use AnalyzeDocumentRequest Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.requests -
-
Uses of AnalyzeDocumentRequest in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision with parameters of type AnalyzeDocumentRequest Modifier and Type Method Description AnalyzeDocumentResponse
AIServiceVision. analyzeDocument(AnalyzeDocumentRequest request)
Perform different types of image analysis.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)
AnalyzeDocumentResponse
AIServiceVisionClient. analyzeDocument(AnalyzeDocumentRequest request)
Method parameters in com.oracle.bmc.aivision with type arguments of type AnalyzeDocumentRequest 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 AnalyzeDocumentRequest in com.oracle.bmc.aivision.requests
Methods in com.oracle.bmc.aivision.requests that return AnalyzeDocumentRequest Modifier and Type Method Description AnalyzeDocumentRequest
AnalyzeDocumentRequest.Builder. build()
Build the instance of AnalyzeDocumentRequest as configured by this builderAnalyzeDocumentRequest
AnalyzeDocumentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AnalyzeDocumentRequest as configured by this builderMethods in com.oracle.bmc.aivision.requests with parameters of type AnalyzeDocumentRequest Modifier and Type Method Description AnalyzeDocumentRequest.Builder
AnalyzeDocumentRequest.Builder. copy(AnalyzeDocumentRequest o)
Copy method to populate the builder with values from the given instance.
-