apply_filters( 'classifai_azure_read_text_result', $lines_of_text, $attachment_id, $data ) → {array}
Filter the text result returned from Read API.
Parameters:
Name | Type | Description |
---|---|---|
$lines_of_text |
array | Array of text extracted from the response. |
$attachment_id |
int | The attachment ID. |
$data |
array | Read result. |
- Since:
- 1.7.0
- Source:
Returns:
Filtered array of text.
- Type
- array