apply_filters( 'classifai_azure_read_request_args', $args, $attachment_id ) → {array}
Filters the request arguments sent to Read endpoint.
Parameters:
Name | Type | Description |
---|---|---|
$args |
array | Whether to run OCR processing or not. |
$attachment_id |
int | The attachment ID. |
- Since:
- 1.7.0
- Source:
Returns:
Filtered request arguments.
- Type
- array