We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e74904 commit aa959ccCopy full SHA for aa959cc
README.md
@@ -188,7 +188,7 @@ $response = $client->audio()->transcribe([
188
$response->task; // 'transcribe'
189
$response->language; // 'english'
190
$response->duration; // 2.95
191
-$reponse->text; // 'Hello, how are you?'
+$response->text; // 'Hello, how are you?'
192
193
foreach ($response->segments as $segment) {
194
$segment->index; // 0
@@ -221,7 +221,7 @@ $response = $client->audio()->translate([
221
$response->task; // 'translate'
222
223
224
225
226
227
0 commit comments