/** * @example * { * input: "input" * } */ export interface LanguageIdentificationRequest { /** The text input for language and script identification. Max Input Limit is 1000 characters */ input: string; }