TextModerationDetectLanguageResponse type

Contains response data for the detectLanguage operation.

type TextModerationDetectLanguageResponse = DetectedLanguage & { _response: HttpResponse & { bodyAsText: string, parsedBody: DetectedLanguage } }