Package | Description |
---|---|
com.oracle.bmc.aivision.model |
Modifier and Type | Method and Description |
---|---|
static DocumentLanguage |
DocumentLanguage.create(String key) |
DocumentLanguage |
CreateDocumentJobDetails.getLanguage()
The language of the document, abbreviated according to ISO 639-2.
|
DocumentLanguage |
ImageTextDetectionFeature.getLanguage()
The language of the document image, abbreviated according to ISO 639-2.
|
DocumentLanguage |
AnalyzeDocumentDetails.getLanguage()
The document language, abbreviated according to ISO 639-2.
|
DocumentLanguage |
DocumentJob.getLanguage()
The document language, abbreviated according to ISO 639-2.
|
DocumentLanguage |
DetectedLanguage.getLanguageCode()
The language of the document, abbreviated according to ISO 639-2.
|
static DocumentLanguage |
DocumentLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentLanguage[] |
DocumentLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateDocumentJobDetails.Builder |
CreateDocumentJobDetails.Builder.language(DocumentLanguage language)
The language of the document, abbreviated according to ISO 639-2.
|
ImageTextDetectionFeature.Builder |
ImageTextDetectionFeature.Builder.language(DocumentLanguage language)
The language of the document image, abbreviated according to ISO 639-2.
|
AnalyzeDocumentDetails.Builder |
AnalyzeDocumentDetails.Builder.language(DocumentLanguage language)
The document language, abbreviated according to ISO 639-2.
|
DocumentJob.Builder |
DocumentJob.Builder.language(DocumentLanguage language)
The document language, abbreviated according to ISO 639-2.
|
DetectedLanguage.Builder |
DetectedLanguage.Builder.languageCode(DocumentLanguage languageCode)
The language of the document, abbreviated according to ISO 639-2.
|
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.
|
DetectedLanguage(DocumentLanguage languageCode,
Float confidence)
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.
|
ImageTextDetectionFeature(DocumentLanguage language)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.