apply_filters( 'classifai_googleai_images_request_body', $body ) → {array}
Filter the request body before sending to Google AI.
Parameters:
Name | Type | Description |
---|---|---|
$body |
array | Request body that will be sent to Google AI. |
- Since:
- 3.5.0
- Source:
Returns:
Request body.
- Type
- array