REST Resource: photoSequence
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ทรัพยากร
ไม่มีข้อมูลที่เก็บไว้ถาวรซึ่งเชื่อมโยงกับทรัพยากรนี้
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eThis resource facilitates managing photo sequences in Street View, enabling creation, deletion, retrieval, and initiating uploads.\u003c/p\u003e\n"],["\u003cp\u003ePhoto sequences are extracted from video or XDM data to be published on Google Maps.\u003c/p\u003e\n"],["\u003cp\u003eThe resource utilizes the \u003ccode\u003eOperation\u003c/code\u003e interface for asynchronous operations and \u003ccode\u003eUploadRef\u003c/code\u003e for managing uploads.\u003c/p\u003e\n"],["\u003cp\u003eThere is no persistent data directly associated with this resource; it primarily manages the workflow.\u003c/p\u003e\n"]]],["This resource has no persistent data. Key actions include creating, deleting, and retrieving photo sequence metadata. `CreatePhotoSequence` extracts 360 photos from video or XDM data after upload. `Delete` removes the `PhotoSequence` and its metadata. `Get` retrieves metadata through the `Operation` interface. `startUpload` initializes an upload session for photo sequence data. There are no other data to consider.\n"],null,["# REST Resource: photoSequence\n\n- [Resource](#RESOURCE_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource\n--------\n\nThere is no persistent data associated with this resource.\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [create](/streetview/publish/reference/rest/v1/photoSequence/create) | After the client finishes uploading the [PhotoSequence](/streetview/publish/reference/rest/v1/photoSequence/create#PhotoSequence) with the returned [UploadRef](/streetview/publish/reference/rest/v1/photo#UploadRef), [CreatePhotoSequence](/streetview/publish/reference/rest/v1/photoSequence/create#google.streetview.publish.v1.StreetViewPublishService.CreatePhotoSequence) extracts a sequence of 360 photos from a video or Extensible Device Metadata (XDM, \u003chttp://www.xdm.org/\u003e) to be published to Street View on Google Maps. |\n| ### [delete](/streetview/publish/reference/rest/v1/photoSequence/delete) | Deletes a [PhotoSequence](/streetview/publish/reference/rest/v1/photoSequence/create#PhotoSequence) and its metadata. |\n| ### [get](/streetview/publish/reference/rest/v1/photoSequence/get) | Gets the metadata of the specified [PhotoSequence](/streetview/publish/reference/rest/v1/photoSequence/create#PhotoSequence) via the [Operation](/streetview/publish/reference/rest/v1/Operation) interface. |\n| ### [startUpload](/streetview/publish/reference/rest/v1/photoSequence/startUpload) | Creates an upload session to start uploading photo sequence data. |"]]