Document Raw Document File Type
enum DocumentRawDocumentFileType : Enum<DocumentRawDocumentFileType> , ConvertibleToJava<DocumentRawDocumentFileType>
This is used when DocAI was not used to load the document and parsing/ extracting is needed for the inline_raw_document. For example, if inline_raw_document is the byte representation of a PDF file, then this should be set to: RAW_DOCUMENT_FILE_TYPE_PDF.
Entries
Link copied to clipboard
No raw document specified or it is non-parsable
Link copied to clipboard
Adobe PDF format
Link copied to clipboard
Microsoft Word format
Link copied to clipboard
Microsoft Excel format
Link copied to clipboard
Microsoft Powerpoint format
Link copied to clipboard
UTF-8 encoded text format
Link copied to clipboard
TIFF or TIF image file format
Types
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.