Set the transcribe output_type

This commit is contained in:
markjcrane
2025-11-27 08:14:30 -07:00
parent eb964855fe
commit 73a85cf57f
4 changed files with 4 additions and 4 deletions

View File

@@ -237,7 +237,7 @@
$transcribe->audio_filename = $email_attachment_name;
$transcribe->audio_mime_type = $email_attachment_mime_type;
$transcribe->audio_string = (!empty($field['email_attachment_base64'])) ? base64_decode($field['email_attachment_base64']) : '';
$transcribe_message = $transcribe->transcribe();
$transcribe_message = $transcribe->transcribe('text');
}
}
else {