@voice-ping/cognitive-services-speech
Version:
VoicePing Cognitive Services Speech SDK for JavaScript forked from Microsoft
1 lines • 932 B
Source Map (JSON)
{"version":3,"sources":["src/sdk/VoiceProfileType.ts"],"names":[],"mappings":"AAGA;;;GAGG;AACH,oBAAY,gBAAgB;IAExB;;;OAGG;IACH,6BAA6B,IAAA;IAE7B;;;OAGG;IACH,yBAAyB,IAAA;IAEzB;;;OAGG;IACH,2BAA2B,IAAA;CAC9B","file":"VoiceProfileType.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\n\n/**\n * Output format\n * @class VoiceProfileType\n */\nexport enum VoiceProfileType {\n\n /**\n * Text independent speaker identification\n * @member VoiceProfileType.TextIndependentIdentification\n */\n TextIndependentIdentification,\n\n /**\n * Text dependent speaker verification\n * @member VoiceProfileType.TextDependentVerification\n */\n TextDependentVerification,\n\n /**\n * Text independent speaker verification\n * @member VoiceProfileType.TextIndependentVerification\n */\n TextIndependentVerification,\n}\n"]}