file_format property

file_format property

Gets the exact type of the file that is to be loaded. The default value is FileFormat.UNKNOWN which means that the type should be detected automatically.

Definition:

@property
def file_format(self):
    ...

See Also