From c9040b7c2d01db47c611a785d4a6441f8446a7d6 Mon Sep 17 00:00:00 2001 From: Eugene Petrov Date: Tue, 31 Oct 2023 20:17:32 +0100 Subject: [PATCH] tests --- examples/async_transcribe_local_media_file.js | 2 +- examples/async_transcribe_media_from_url.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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