@bitmovin/api-sdk
Version:
Bitmovin JS/TS API SDK
20 lines (19 loc) • 646 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AzureSpeechServicesCredentials = void 0;
var Mapper_1 = require("../common/Mapper");
/**
* @export
* @class AzureSpeechServicesCredentials
*/
var AzureSpeechServicesCredentials = /** @class */ (function () {
function AzureSpeechServicesCredentials(obj) {
if (!obj) {
return;
}
this.subscriptionKey = (0, Mapper_1.map)(obj.subscriptionKey);
}
return AzureSpeechServicesCredentials;
}());
exports.AzureSpeechServicesCredentials = AzureSpeechServicesCredentials;
exports.default = AzureSpeechServicesCredentials;