REST Resource: edits.images
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
- 资源:图片
<ph type="x-smartling-placeholder">
- 方法
资源:图片
已上传的图片。ImagesService 的资源。
JSON 表示法 |
{
"id": string,
"url": string,
"sha1": string,
"sha256": string
} |
字段 |
id |
string
表示此图片的唯一 ID。
|
url |
string
将提供图片预览的网址。
|
sha1 |
string
图片的 sha1 哈希。
|
sha256 |
string
图片的 sha256 哈希。
|
方法 |
|
从编辑中删除图片(通过 id 指定)。 |
|
删除指定语言和映像类型的所有映像。 |
|
列出所有图片。 |
|
上传指定语言和图片类型的图片,并将其添加到修改内容中。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-08-22。"],[[["Images are uploaded resources identified by a unique ID and accessible via URL."],["Images have properties including SHA1 and SHA256 hashes for content verification."],["Developers can manage images via methods to delete, list, and upload them within edits."],["Image management includes options to delete individual images or all images for a specific language and type."]]],[]]