From 7eba83b43bddd55ae6b295c829a5330a5a1b794b Mon Sep 17 00:00:00 2001 From: surajshivakumar Date: Fri, 14 Jun 2024 03:25:16 -0400 Subject: [PATCH] example script patch --- example/example.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/example.js b/example/example.js index ffab795..a34b80d 100644 --- a/example/example.js +++ b/example/example.js @@ -1,4 +1,3 @@ -// app.js const createAudioService = require('..'); const audioService = createAudioService(); @@ -14,7 +13,7 @@ async function runExample() { try { const transcriptionResults = await audioService.transcribe(credentials, audioFilePath); - // console.log('Transcription Results:', transcriptionResults); + console.log('Transcription Results:', transcriptionResults); const timestampsToRedact = transcriptionResults.redactionTimestamps; // eslint-disable-next-line max-len