Detect Language
detect_languageDetect the language of a text string. Returns an array of detected languages with confidence scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text whose language should be detected |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The input text that was analyzed | |
| detections | Yes | Array of detected languages with confidence scores |