inspection_package property

inspection_package property

Gets a metadata package containing inspection results for the document. The package contains information about document parts that can be considered as metadata in some cases.

Remarks

Learn more | | |

Example

This code snippet shows how to inspect a spreadsheet document.

Definition:

@property
def inspection_package(self):
    ...

See Also