/** * @example * { * input: "\u0928\u092E\u0938\u094D\u0924\u0947 \u0906\u092A \u0915\u0948\u0938\u0947 \u0939\u0948\u0902" * } */ export interface LanguageIdentificationRequest { /** The text input for language and script identification. Max Input Limit is 1000 characters */ input: string; }