Uses of Class
com.oracle.bmc.aidocument.responses.AnalyzeDocumentResponse
-
Packages that use AnalyzeDocumentResponse Package Description com.oracle.bmc.aidocument com.oracle.bmc.aidocument.responses -
-
Uses of AnalyzeDocumentResponse in com.oracle.bmc.aidocument
Methods in com.oracle.bmc.aidocument that return AnalyzeDocumentResponse Modifier and Type Method Description AnalyzeDocumentResponse
AIServiceDocument. analyzeDocument(AnalyzeDocumentRequest request)
Perform different types of document analysis.AnalyzeDocumentResponse
AIServiceDocumentClient. analyzeDocument(AnalyzeDocumentRequest request)
Methods in com.oracle.bmc.aidocument that return types with arguments of type AnalyzeDocumentResponse 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)
Method parameters in com.oracle.bmc.aidocument with type arguments of type AnalyzeDocumentResponse 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 AnalyzeDocumentResponse in com.oracle.bmc.aidocument.responses
Methods in com.oracle.bmc.aidocument.responses that return AnalyzeDocumentResponse Modifier and Type Method Description AnalyzeDocumentResponse
AnalyzeDocumentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aidocument.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.
-