UNPKG

@voice-ping/cognitive-services-speech

Version:

VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft

29 lines (27 loc) 1.09 kB
"use strict"; // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. Object.defineProperty(exports, "__esModule", { value: true }); /** * Output format * @class VoiceProfileType */ var VoiceProfileType; (function (VoiceProfileType) { /** * Text independent speaker identification * @member VoiceProfileType.TextIndependentIdentification */ VoiceProfileType[VoiceProfileType["TextIndependentIdentification"] = 0] = "TextIndependentIdentification"; /** * Text dependent speaker verification * @member VoiceProfileType.TextDependentVerification */ VoiceProfileType[VoiceProfileType["TextDependentVerification"] = 1] = "TextDependentVerification"; /** * Text independent speaker verification * @member VoiceProfileType.TextIndependentVerification */ VoiceProfileType[VoiceProfileType["TextIndependentVerification"] = 2] = "TextIndependentVerification"; })(VoiceProfileType = exports.VoiceProfileType || (exports.VoiceProfileType = {})); //# sourceMappingURL=VoiceProfileType.js.map