Uses of Class
com.oracle.bmc.aidocument.model.OutputLocation
-
Packages that use OutputLocation Package Description com.oracle.bmc.aidocument.model -
-
Uses of OutputLocation in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return OutputLocation Modifier and Type Method Description OutputLocation
OutputLocation.Builder. build()
OutputLocation
AnalyzeDocumentDetails. getOutputLocation()
OutputLocation
CreateProcessorJobDetails. getOutputLocation()
OutputLocation
ProcessorJob. getOutputLocation()
Methods in com.oracle.bmc.aidocument.model with parameters of type OutputLocation Modifier and Type Method Description OutputLocation.Builder
OutputLocation.Builder. copy(OutputLocation model)
AnalyzeDocumentDetails.Builder
AnalyzeDocumentDetails.Builder. outputLocation(OutputLocation outputLocation)
CreateProcessorJobDetails.Builder
CreateProcessorJobDetails.Builder. outputLocation(OutputLocation outputLocation)
ProcessorJob.Builder
ProcessorJob.Builder. outputLocation(OutputLocation outputLocation)
Constructors in com.oracle.bmc.aidocument.model with parameters of type OutputLocation Constructor Description AnalyzeDocumentDetails(List<DocumentFeature> features, DocumentDetails document, String compartmentId, OutputLocation outputLocation, String language, DocumentType documentType, AnalyzeDocumentResult ocrData)
Deprecated.CreateProcessorJobDetails(InputLocation inputLocation, OutputLocation outputLocation, String compartmentId, String displayName, ProcessorConfig processorConfig)
Deprecated.ProcessorJob(String id, String compartmentId, String displayName, ProcessorConfig processorConfig, InputLocation inputLocation, Date timeAccepted, Date timeStarted, Date timeFinished, Float percentComplete, OutputLocation outputLocation, ProcessorJob.LifecycleState lifecycleState, ProcessorJob.LifecycleDetails lifecycleDetails)
Deprecated.
-