Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and Description |
---|---|
OutputLocation |
OutputLocation.Builder.build() |
OutputLocation |
ProcessorJob.getOutputLocation() |
OutputLocation |
AnalyzeDocumentDetails.getOutputLocation() |
OutputLocation |
CreateProcessorJobDetails.getOutputLocation() |
Modifier and Type | Method and Description |
---|---|
OutputLocation.Builder |
OutputLocation.Builder.copy(OutputLocation model) |
ProcessorJob.Builder |
ProcessorJob.Builder.outputLocation(OutputLocation outputLocation) |
AnalyzeDocumentDetails.Builder |
AnalyzeDocumentDetails.Builder.outputLocation(OutputLocation outputLocation) |
CreateProcessorJobDetails.Builder |
CreateProcessorJobDetails.Builder.outputLocation(OutputLocation outputLocation) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.