Uses of Class
com.oracle.bmc.aivision.model.DocumentType
-
Packages that use DocumentType Package Description com.oracle.bmc.aivision.model -
-
Uses of DocumentType in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return DocumentType Modifier and Type Method Description static DocumentTypeDocumentType. create(String key)DocumentTypeAnalyzeDocumentDetails. getDocumentType()The document type.DocumentTypeCreateDocumentJobDetails. getDocumentType()The type of documents.DocumentTypeDocumentJob. getDocumentType()The type of document.static DocumentTypeDocumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentType[]DocumentType. 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 DocumentType Modifier and Type Method Description AnalyzeDocumentDetails.BuilderAnalyzeDocumentDetails.Builder. documentType(DocumentType documentType)The document type.CreateDocumentJobDetails.BuilderCreateDocumentJobDetails.Builder. documentType(DocumentType documentType)The type of documents.DocumentJob.BuilderDocumentJob.Builder. documentType(DocumentType documentType)The type of document.Constructors in com.oracle.bmc.aivision.model with parameters of type DocumentType 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.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.
-