Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.31 KB

AutodetectGetInfoResult.md

File metadata and controls

16 lines (12 loc) · 1.31 KB

AutodetectGetInfoResult

Properties

Name Type Description Notes
successful bool True if the operation was successful, false otherwise [optional]
detected_file_extension str Detected file extension of the file format, with a leading period [optional]
detected_mime_type str MIME type of this file extension [optional]
page_count int Number of pages in a page-based document; for presentations, this is the number of slides and for a spreadsheet this is the number of worksheets. Contains 0 when the page count cannot be determined, or if the concept of page count does not apply (e.g. for an image) [optional]
author str User name of the creator/author of the document, if available, null if not available [optional]
date_modified datetime The timestamp that the document was last modified, if available, null if not available [optional]
alternate_file_type_candidates list[AlternateFileFormatCandidate] Alternate file type options and their probability [optional]

[Back to Model list] [Back to API list] [Back to README]