Uses of Class
com.oracle.bmc.aidocument.responses.CreateProcessorJobResponse
-
Packages that use CreateProcessorJobResponse Package Description com.oracle.bmc.aidocument com.oracle.bmc.aidocument.responses -
-
Uses of CreateProcessorJobResponse in com.oracle.bmc.aidocument
Methods in com.oracle.bmc.aidocument that return CreateProcessorJobResponse Modifier and Type Method Description CreateProcessorJobResponse
AIServiceDocument. createProcessorJob(CreateProcessorJobRequest request)
Create a processor job for document analysis.CreateProcessorJobResponse
AIServiceDocumentClient. createProcessorJob(CreateProcessorJobRequest request)
Methods in com.oracle.bmc.aidocument that return types with arguments of type CreateProcessorJobResponse Modifier and Type Method Description Future<CreateProcessorJobResponse>
AIServiceDocumentAsync. createProcessorJob(CreateProcessorJobRequest request, AsyncHandler<CreateProcessorJobRequest,CreateProcessorJobResponse> handler)
Create a processor job for document analysis.Future<CreateProcessorJobResponse>
AIServiceDocumentAsyncClient. createProcessorJob(CreateProcessorJobRequest request, AsyncHandler<CreateProcessorJobRequest,CreateProcessorJobResponse> handler)
Method parameters in com.oracle.bmc.aidocument with type arguments of type CreateProcessorJobResponse Modifier and Type Method Description Future<CreateProcessorJobResponse>
AIServiceDocumentAsync. createProcessorJob(CreateProcessorJobRequest request, AsyncHandler<CreateProcessorJobRequest,CreateProcessorJobResponse> handler)
Create a processor job for document analysis.Future<CreateProcessorJobResponse>
AIServiceDocumentAsyncClient. createProcessorJob(CreateProcessorJobRequest request, AsyncHandler<CreateProcessorJobRequest,CreateProcessorJobResponse> handler)
-
Uses of CreateProcessorJobResponse in com.oracle.bmc.aidocument.responses
Methods in com.oracle.bmc.aidocument.responses that return CreateProcessorJobResponse Modifier and Type Method Description CreateProcessorJobResponse
CreateProcessorJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aidocument.responses with parameters of type CreateProcessorJobResponse Modifier and Type Method Description CreateProcessorJobResponse.Builder
CreateProcessorJobResponse.Builder. copy(CreateProcessorJobResponse o)
Copy method to populate the builder with values from the given instance.
-