Uses of Class
com.oracle.bmc.aidocument.requests.AnalyzeDocumentRequest
-
Packages that use AnalyzeDocumentRequest Package Description com.oracle.bmc.aidocument com.oracle.bmc.aidocument.requests -
-
Uses of AnalyzeDocumentRequest in com.oracle.bmc.aidocument
Methods in com.oracle.bmc.aidocument with parameters of type AnalyzeDocumentRequest Modifier and Type Method Description AnalyzeDocumentResponse
AIServiceDocument. analyzeDocument(AnalyzeDocumentRequest request)
Perform different types of document analysis.Future<AnalyzeDocumentResponse>
AIServiceDocumentAsync. analyzeDocument(AnalyzeDocumentRequest request, AsyncHandler<AnalyzeDocumentRequest,AnalyzeDocumentResponse> handler)
Perform different types of document analysis.Future<AnalyzeDocumentResponse>
AIServiceDocumentAsyncClient. analyzeDocument(AnalyzeDocumentRequest request, AsyncHandler<AnalyzeDocumentRequest,AnalyzeDocumentResponse> handler)
AnalyzeDocumentResponse
AIServiceDocumentClient. analyzeDocument(AnalyzeDocumentRequest request)
Method parameters in com.oracle.bmc.aidocument with type arguments of type AnalyzeDocumentRequest Modifier and Type Method Description Future<AnalyzeDocumentResponse>
AIServiceDocumentAsync. analyzeDocument(AnalyzeDocumentRequest request, AsyncHandler<AnalyzeDocumentRequest,AnalyzeDocumentResponse> handler)
Perform different types of document analysis.Future<AnalyzeDocumentResponse>
AIServiceDocumentAsyncClient. analyzeDocument(AnalyzeDocumentRequest request, AsyncHandler<AnalyzeDocumentRequest,AnalyzeDocumentResponse> handler)
-
Uses of AnalyzeDocumentRequest in com.oracle.bmc.aidocument.requests
Methods in com.oracle.bmc.aidocument.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.aidocument.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.
-