FormatDetector
Overview
FormatDetector is a class in Aspose.3D FOSS for Python.
FormatDetector.detect detects the file format of the provided stream, using the optional file name, and returns a FileFormat.
Methods
| Signature | Description |
|---|---|
__init__() | |
detect(stream, file_name: str) → 'FileFormat' | Not implemented in the FOSS edition — throws at runtime. Detects the file format of the provided stream, using the optional file name, and returns a FileFormat |