diff --git a/examples/async_transcribe_local_media_file.js b/examples/async_transcribe_local_media_file.js index 9bee627..b859253 100644 --- a/examples/async_transcribe_local_media_file.js +++ b/examples/async_transcribe_local_media_file.js @@ -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 diff --git a/examples/async_transcribe_media_from_url.js b/examples/async_transcribe_media_from_url.js index fee57cf..30d8141 100644 --- a/examples/async_transcribe_media_from_url.js +++ b/examples/async_transcribe_media_from_url.js @@ -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