Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 732 Bytes

File metadata and controls

16 lines (12 loc) · 732 Bytes

DocumentMediaItemMetadata

Metadata for document media items.

Properties

Name Type Required Description
format DocumentDecodeFormat Yes
pages Optional[int] No The number of pages in the document.
size_bytes int Yes The size of the media item in bytes.
title Optional[str] No The title of the document, if available.
author Optional[str] No The author of the document, if available.
type Literal["document"] Yes None

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