Uses of Class
com.oracle.bmc.aivision.model.DocumentLanguage
-
Packages that use DocumentLanguage Package Description com.oracle.bmc.aivision.model -
-
Uses of DocumentLanguage in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return DocumentLanguage Modifier and Type Method Description static DocumentLanguage
DocumentLanguage. create(String key)
DocumentLanguage
AnalyzeDocumentDetails. getLanguage()
The document language, abbreviated according to ISO 639-2.DocumentLanguage
CreateDocumentJobDetails. getLanguage()
The language of the document, abbreviated according to ISO 639-2.DocumentLanguage
DocumentJob. getLanguage()
The document language, abbreviated according to ISO 639-2.DocumentLanguage
ImageTextDetectionFeature. getLanguage()
The language of the document image, 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.Methods in com.oracle.bmc.aivision.model with parameters of type DocumentLanguage Modifier and Type Method Description AnalyzeDocumentDetails.Builder
AnalyzeDocumentDetails.Builder. language(DocumentLanguage language)
The document language, abbreviated according to ISO 639-2.CreateDocumentJobDetails.Builder
CreateDocumentJobDetails.Builder. language(DocumentLanguage language)
The language of the document, abbreviated according to ISO 639-2.DocumentJob.Builder
DocumentJob.Builder. language(DocumentLanguage language)
The document language, 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.DetectedLanguage.Builder
DetectedLanguage.Builder. languageCode(DocumentLanguage languageCode)
The language of the document, abbreviated according to ISO 639-2.Constructors in com.oracle.bmc.aivision.model with parameters of type DocumentLanguage Constructor 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.
-