{"ast":null,"code":"\"use strict\";\n\n// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.SynthesisAudioMetadata = exports.MetadataType = void 0;\nvar MetadataType;\n(function (MetadataType) {\n MetadataType[\"WordBoundary\"] = \"WordBoundary\";\n MetadataType[\"Bookmark\"] = \"Bookmark\";\n MetadataType[\"Viseme\"] = \"Viseme\";\n MetadataType[\"SentenceBoundary\"] = \"SentenceBoundary\";\n MetadataType[\"SessionEnd\"] = \"SessionEnd\";\n MetadataType[\"AvatarSignal\"] = \"TalkingAvatarSignal\";\n})(MetadataType = exports.MetadataType || (exports.MetadataType = {}));\nclass SynthesisAudioMetadata {\n constructor(json) {\n this.privSynthesisAudioMetadata = JSON.parse(json);\n }\n static fromJSON(json) {\n return new SynthesisAudioMetadata(json);\n }\n get Metadata() {\n return this.privSynthesisAudioMetadata.Metadata;\n }\n}\nexports.SynthesisAudioMetadata = SynthesisAudioMetadata;","map":{"version":3,"names":["Object","defineProperty","exports","value","SynthesisAudioMetadata","MetadataType","constructor","json","privSynthesisAudioMetadata","JSON","parse","fromJSON","Metadata"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/microsoft-cognitiveservices-speech-sdk/distrib/lib/src/common.speech/ServiceMessages/SynthesisAudioMetadata.js"],"sourcesContent":["\"use strict\";\n// Copyright (c) Microsoft Corporation. All rights reserved.\n// Licensed under the MIT license.\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.SynthesisAudioMetadata = exports.MetadataType = void 0;\nvar MetadataType;\n(function (MetadataType) {\n MetadataType[\"WordBoundary\"] = \"WordBoundary\";\n MetadataType[\"Bookmark\"] = \"Bookmark\";\n MetadataType[\"Viseme\"] = \"Viseme\";\n MetadataType[\"SentenceBoundary\"] = \"SentenceBoundary\";\n MetadataType[\"SessionEnd\"] = \"SessionEnd\";\n MetadataType[\"AvatarSignal\"] = \"TalkingAvatarSignal\";\n})(MetadataType = exports.MetadataType || (exports.MetadataType = {}));\nclass SynthesisAudioMetadata {\n constructor(json) {\n this.privSynthesisAudioMetadata = JSON.parse(json);\n }\n static fromJSON(json) {\n return new SynthesisAudioMetadata(json);\n }\n get Metadata() {\n return this.privSynthesisAudioMetadata.Metadata;\n }\n}\nexports.SynthesisAudioMetadata = SynthesisAudioMetadata;\n\n"],"mappings":"AAAA,YAAY;;AACZ;AACA;AACAA,MAAM,CAACC,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAAEC,KAAK,EAAE;AAAK,CAAC,CAAC;AAC7DD,OAAO,CAACE,sBAAsB,GAAGF,OAAO,CAACG,YAAY,GAAG,KAAK,CAAC;AAC9D,IAAIA,YAAY;AAChB,CAAC,UAAUA,YAAY,EAAE;EACrBA,YAAY,CAAC,cAAc,CAAC,GAAG,cAAc;EAC7CA,YAAY,CAAC,UAAU,CAAC,GAAG,UAAU;EACrCA,YAAY,CAAC,QAAQ,CAAC,GAAG,QAAQ;EACjCA,YAAY,CAAC,kBAAkB,CAAC,GAAG,kBAAkB;EACrDA,YAAY,CAAC,YAAY,CAAC,GAAG,YAAY;EACzCA,YAAY,CAAC,cAAc,CAAC,GAAG,qBAAqB;AACxD,CAAC,EAAEA,YAAY,GAAGH,OAAO,CAACG,YAAY,KAAKH,OAAO,CAACG,YAAY,GAAG,CAAC,CAAC,CAAC,CAAC;AACtE,MAAMD,sBAAsB,CAAC;EACzBE,WAAWA,CAACC,IAAI,EAAE;IACd,IAAI,CAACC,0BAA0B,GAAGC,IAAI,CAACC,KAAK,CAACH,IAAI,CAAC;EACtD;EACA,OAAOI,QAAQA,CAACJ,IAAI,EAAE;IAClB,OAAO,IAAIH,sBAAsB,CAACG,IAAI,CAAC;EAC3C;EACA,IAAIK,QAAQA,CAAA,EAAG;IACX,OAAO,IAAI,CAACJ,0BAA0B,CAACI,QAAQ;EACnD;AACJ;AACAV,OAAO,CAACE,sBAAsB,GAAGA,sBAAsB","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}