UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

12 lines 541 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MICROSOFT_SPEECH_PROVIDER_CONNECTION = void 0; exports.MICROSOFT_SPEECH_PROVIDER_CONNECTION = { type: "MicrosoftSpeechProvider", label: "UI__NODE_EDITOR__MS_AZURE_SPEECH_PROVIDER__LABEL", fields: [ { fieldName: "apiKey", label: "UI__CONNECTION_EDITOR__FIELD_API_KEY" }, { fieldName: "region", required: false, label: "UI__CONNECTION_EDITOR__FIELD_REGION" }, ] }; //# sourceMappingURL=microsoftSpeechProviderConnection.js.map