Language ID
Documentation Index
Fetch the complete documentation index at: https://docs.sunbird.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Request model for language identification.
This model validates language identification requests with text input.
Attributes: text: The text to identify the language of (3-200 characters).
Example: >>> request = LanguageIdRequest(text="Oli otya?")
The text to identify the language of
3 - 200Response
Successful Response
Response model for language identification.
This model represents the response from language identification operations.
Attributes: language: The identified language code (e.g., 'lug', 'eng', 'ach').
Example: >>> response = LanguageIdResponse(language="lug")
The identified language code

