Detect Language (Langbly)
translate.text.detectDetect the language of any text input, returning the language code and confidence score. Supports batch detection for multiple texts at once.
Instructions
Detect the language of text — returns language code and confidence score. Supports batch detection (Langbly)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to detect language of — single string or array |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |