file_format property

file_format property

The detected file format of the document.

A FileFormat value indicating the document type (e.g., FileFormat.docx, FileFormat.pdf).

Definition:

@property
def file_format(self):
    ...

See Also