FormatDetector

Overview

FormatDetector is a class in Aspose.3D FOSS for TypeScript.

This class declares 2 methods for FormatDetector objects in TypeScript programs. Available methods include: constructor, detect. Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.

Methods

SignatureDescription
constructor()Calls constructor on this FormatDetector instance.
detect(stream: any, fileName: string)FileFormat | nullCalls detect(stream, fileName) on this FormatDetector instance.

See Also