UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
15 lines (14 loc) 249 B
/** * Define Speech Recognizer output formats. * @class OutputFormat */ export declare enum OutputFormat { /** * @member OutputFormat.Simple */ Simple = 0, /** * @member OutputFormat.Detailed */ Detailed = 1 }