Uses of Class
com.oracle.bmc.aivision.responses.CreateVideoJobResponse
-
Packages that use CreateVideoJobResponse Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.responses -
-
Uses of CreateVideoJobResponse in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision that return CreateVideoJobResponse Modifier and Type Method Description CreateVideoJobResponse
AIServiceVision. createVideoJob(CreateVideoJobRequest request)
Create a video analysis job with given inputs and features.CreateVideoJobResponse
AIServiceVisionClient. createVideoJob(CreateVideoJobRequest request)
Methods in com.oracle.bmc.aivision that return types with arguments of type CreateVideoJobResponse Modifier and Type Method Description Future<CreateVideoJobResponse>
AIServiceVisionAsync. createVideoJob(CreateVideoJobRequest request, AsyncHandler<CreateVideoJobRequest,CreateVideoJobResponse> handler)
Create a video analysis job with given inputs and features.Future<CreateVideoJobResponse>
AIServiceVisionAsyncClient. createVideoJob(CreateVideoJobRequest request, AsyncHandler<CreateVideoJobRequest,CreateVideoJobResponse> handler)
Method parameters in com.oracle.bmc.aivision with type arguments of type CreateVideoJobResponse Modifier and Type Method Description Future<CreateVideoJobResponse>
AIServiceVisionAsync. createVideoJob(CreateVideoJobRequest request, AsyncHandler<CreateVideoJobRequest,CreateVideoJobResponse> handler)
Create a video analysis job with given inputs and features.Future<CreateVideoJobResponse>
AIServiceVisionAsyncClient. createVideoJob(CreateVideoJobRequest request, AsyncHandler<CreateVideoJobRequest,CreateVideoJobResponse> handler)
-
Uses of CreateVideoJobResponse in com.oracle.bmc.aivision.responses
Methods in com.oracle.bmc.aivision.responses that return CreateVideoJobResponse Modifier and Type Method Description CreateVideoJobResponse
CreateVideoJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aivision.responses with parameters of type CreateVideoJobResponse Modifier and Type Method Description CreateVideoJobResponse.Builder
CreateVideoJobResponse.Builder. copy(CreateVideoJobResponse o)
Copy method to populate the builder with values from the given instance.
-