UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

9 lines 445 B
export const 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", params: { fieldType: "text" } }, ] }; //# sourceMappingURL=microsoftSpeechProviderConnection.js.map