Language Detection
Detects the language in which the entered text is written. The response will always be in English, indicating the language of the text.
Input
- Text: The text for which the language needs to be detected
- Type:
System.String - Required
- Type:
Output
- Detected Language: Returns the information about the language in which the text is written.
- Type:
System.String - Required
- Type:
Details
- The AI has a text limit of 4096 tokens. It will give an error if the limit is exceeded.