Package | Description |
---|---|
com.oracle.bmc.aivision.model |
Modifier and Type | Method and Description |
---|---|
OutputLocation |
OutputLocation.Builder.build() |
OutputLocation |
CreateDocumentJobDetails.getOutputLocation() |
OutputLocation |
CreateImageJobDetails.getOutputLocation() |
OutputLocation |
AnalyzeDocumentDetails.getOutputLocation() |
OutputLocation |
DocumentJob.getOutputLocation() |
OutputLocation |
ImageJob.getOutputLocation() |
Modifier and Type | Method and Description |
---|---|
OutputLocation.Builder |
OutputLocation.Builder.copy(OutputLocation model) |
CreateDocumentJobDetails.Builder |
CreateDocumentJobDetails.Builder.outputLocation(OutputLocation outputLocation) |
CreateImageJobDetails.Builder |
CreateImageJobDetails.Builder.outputLocation(OutputLocation outputLocation) |
AnalyzeDocumentDetails.Builder |
AnalyzeDocumentDetails.Builder.outputLocation(OutputLocation outputLocation) |
DocumentJob.Builder |
DocumentJob.Builder.outputLocation(OutputLocation outputLocation) |
ImageJob.Builder |
ImageJob.Builder.outputLocation(OutputLocation outputLocation) |
Constructor and Description |
---|
AnalyzeDocumentDetails(List<DocumentFeature> features,
DocumentDetails document,
String compartmentId,
OutputLocation outputLocation,
DocumentLanguage language,
DocumentType documentType)
Deprecated.
|
CreateDocumentJobDetails(InputLocation inputLocation,
List<DocumentFeature> features,
OutputLocation outputLocation,
String compartmentId,
String displayName,
DocumentLanguage language,
DocumentType documentType,
Boolean isZipOutputEnabled)
Deprecated.
|
CreateImageJobDetails(InputLocation inputLocation,
List<ImageFeature> features,
OutputLocation outputLocation,
String compartmentId,
String displayName,
Boolean isZipOutputEnabled)
Deprecated.
|
DocumentJob(String id,
String compartmentId,
String displayName,
List<DocumentFeature> features,
DocumentLanguage language,
DocumentType documentType,
InputLocation inputLocation,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
Float percentComplete,
OutputLocation outputLocation,
DocumentJob.LifecycleState lifecycleState,
Boolean isZipOutputEnabled,
DocumentJob.LifecycleDetails lifecycleDetails)
Deprecated.
|
ImageJob(String id,
String compartmentId,
String displayName,
List<ImageFeature> features,
InputLocation inputLocation,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
Float percentComplete,
OutputLocation outputLocation,
ImageJob.LifecycleState lifecycleState,
ImageJob.LifecycleDetails lifecycleDetails,
Boolean isZipOutputEnabled)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.