cognigy: when use azuyre tts, request detailed output format

This commit is contained in:
Dave Horton
2022-01-14 08:48:55 -05:00
parent afb874aabc
commit 752eed428f
2 changed files with 10 additions and 3 deletions

View File

@@ -126,7 +126,8 @@ class Cognigy extends Task {
const opts = {
recognizer: this.data.recognizer || {
vendor: 'default',
language: 'default'
language: 'default',
outputFormat: 'detailed'
}
};
this.logger.debug({opts}, 'constructing a nested transcribe object');