About this endpoint
What it does
Detects the spoken language in a video accessible by URL and returns the detected language details in the response.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | Video URL to analyze. Must be a URI. |
Response
Returns a JSON object with a data object field. Inside data, the response may include an azure object containing the detected language string and confidence number.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Object | Yes | Wrapper object for the detection result. |
| data.azure | Object | No | Azure detection result object. |
| data.azure.language | String | No | Detected language code. |
| data.azure.confidence | Number | No | Confidence score returned for the detected language. |