@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
15 lines (14 loc) • 579 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AzureSpeechToCaptionsProfanity = void 0;
/**
* @export
* @enum {string}
*/
var AzureSpeechToCaptionsProfanity;
(function (AzureSpeechToCaptionsProfanity) {
AzureSpeechToCaptionsProfanity["MASKED"] = "MASKED";
AzureSpeechToCaptionsProfanity["REMOVED"] = "REMOVED";
AzureSpeechToCaptionsProfanity["RAW"] = "RAW";
})(AzureSpeechToCaptionsProfanity || (exports.AzureSpeechToCaptionsProfanity = AzureSpeechToCaptionsProfanity = {}));
exports.default = AzureSpeechToCaptionsProfanity;