Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Method: projects.detectLanguage
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
HTTP 请求
POST https://{TRANSLATION_GDC_ENDPOINT}/v3/{parent}:detectLanguage
路径参数
| 参数 |
parent |
string
必需。要进行调用的项目。必须引用调用者的项目。 格式:projects/{project-id}。
|
请求正文
请求正文中包含结构如下的数据:
| JSON 表示法 |
{
"mime_type": string,
string: string,
...
},
"content": string
} |
| 字段 |
mime_type |
string
可选。源文本的格式,例如“text/html”“text/plain”。如果留空,MIME 类型将默认为“text/html”。
|
content |
string
以字符串形式存储的输入内容。
|
响应正文
如果成功,则响应正文包含一个 DetectLanguageResponse 实例。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-04-11。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2026-04-11。"],[],[]]