Skip to content

Commit f94096f

Browse files
committed
change
1 parent f88894c commit f94096f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech/src/transcribe_sync.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
$transcript = $mostLikely->getTranscript();
6969
$confidence = $mostLikely->getConfidence();
7070
printf('Transcript: %s' . PHP_EOL, $transcript);
71-
$result = new Array();
71+
$result = Array();
7272
$result['result'] = htmlentities((string)$transcript);
7373
echo json_encode($result);
7474
break;

0 commit comments

Comments
 (0)