REST Resource: edits.images
แหล่งข้อมูล: รูปภาพ
รูปภาพที่อัปโหลด ทรัพยากรสำหรับ ImagesService
การแสดง JSON |
{
"id": string,
"url": string,
"sha1": string,
"sha256": string
} |
ช่อง |
id |
string
รหัสที่ไม่ซ้ำกันซึ่งแสดงรูปภาพนี้
|
url |
string
URL ที่จะแสดงตัวอย่างของรูปภาพ
|
sha1 |
string
แฮช SHA1 ของรูปภาพ
|
sha256 |
string
แฮช SHA256 ของรูปภาพ
|
เมธอด |
|
ลบรูปภาพ (ระบุด้วยรหัส) ออกจากการแก้ไข |
|
ลบรูปภาพทั้งหมดสำหรับภาษาและประเภทรูปภาพที่ระบุ |
|
แสดงรูปภาพทั้งหมด |
|
อัปโหลดรูปภาพของภาษาและประเภทรูปภาพที่ระบุ แล้วเพิ่มไปยังการแก้ไข |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-22 UTC
[null,null,["อัปเดตล่าสุด 2024-08-22 UTC"],[[["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."]]],["The core content describes an \"Image\" resource, which includes a unique `id`, a preview `url`, and `sha1` and `sha256` hashes. The available actions (methods) for managing images include: `delete` (removes a specific image), `deleteall` (removes all images of a specific type and language), `list` (retrieves all images), and `upload` (adds a new image with a given type and language to the edit). The JSON representation shows the structure of the image resource.\n"]]