apply_filters( 'classifai_whisper_transcribe_result', $text, $attachment_id ) → {string}
Filter the text result returned from Whisper API.
Parameters:
Name | Type | Description |
---|---|---|
$text |
string | Text extracted from the response. |
$attachment_id |
int | The attachment ID. |
- Since:
- 2.2.0
- Source:
Returns:
- Type
- string