@voice-ping/cognitive-services-speech
Version:
VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft
27 lines (25 loc) • 987 B
JavaScript
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
/**
* Output format
* @class VoiceProfileType
*/
export 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 || (VoiceProfileType = {}));
//# sourceMappingURL=VoiceProfileType.js.map