The list of language detection responses. This list will contain a language detection response for each query (q) sent in the language detection request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-30 UTC."],[],[],null,["# Method: detect\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.DetectLanguageResponse.SCHEMA_REPRESENTATION)\n- [Authorization](#body.aspect)\n- [DetectLanguageResponseList](/translate/docs/reference/rest/v2/detect#DetectLanguageResponseList)\n - [JSON representation](#DetectLanguageResponseList.SCHEMA_REPRESENTATION)\n\nDetects the language of text within a request.\n\n### HTTP request\n\n`POST https://translation.googleapis.com/language/translate/v2/detect`\n\nThe URL uses [Google API HTTP annotation](https://github.com/googleapis/googleapis/blob/master/google/api/http.proto) syntax.\n\n### Query parameters\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-translation`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Auth Guide](https://cloud.google.com/docs/authentication/).\n\nDetectLanguageResponseList\n--------------------------\n\nA response list contains a list of separate language detection responses."]]