Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenep-rev committed Oct 31, 2023
1 parent 64ec54b commit c9040b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/async_transcribe_local_media_file.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const token = require('./config/config.json').access_token;
'here'
]
}],
diazation_type: 'premium', // Optional property which allows to define diarization type
diarization_type: 'premium', // Optional property which allows to define diarization type
filter_profanity: false, // Optional value available with some languages
remove_disfluencies: false, // Optional value available with some languages
delete_after_seconds: 2592000, // 30 days in seconds
Expand Down
2 changes: 1 addition & 1 deletion examples/async_transcribe_media_from_url.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const token = require('./config/config.json').access_token;
'here'
]
}],
diazation_type: 'premium', // Optional property which allows to define diarization type
diarization_type: 'premium', // Optional property which allows to define diarization type
filter_profanity: false, // Optional value available with some languages
remove_disfluencies: false, // Optional value available with some languages
delete_after_seconds: 2592000, // 30 days in seconds
Expand Down

0 comments on commit c9040b7

Please sign in to comment.