Capability
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ความสามารถที่แพลตฟอร์มของอุปกรณ์รองรับ ณ เวลาที่ส่งคําขอ
Enum |
UNSPECIFIED |
ระบุความสามารถของพื้นผิวไม่ได้ |
SPEECH |
อุปกรณ์สื่อสารกับผู้ใช้ผ่านการอ่านออกเสียงข้อความหรือ SSML ได้ |
RICH_RESPONSE |
อุปกรณ์แสดงคําตอบที่หลากหลายได้ เช่น การ์ด รายการ และตาราง |
LONG_FORM_AUDIO |
อุปกรณ์สามารถเล่นสื่อเสียงแบบยาว เช่น เพลงและพอดแคสต์ได้ |
INTERACTIVE_CANVAS |
อุปกรณ์แสดงการตอบกลับด้วย Canvas แบบอินเทอร์แอกทีฟได้ |
WEB_LINK |
อุปกรณ์สามารถใช้ลิงก์เว็บในการตอบสนองที่สมบูรณ์เพื่อเปิดเว็บเบราว์เซอร์ |
HOME_STORAGE |
อุปกรณ์รองรับการบันทึกและดึงข้อมูลพื้นที่เก็บข้อมูลที่บ้าน |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThe table lists the functional capabilities of a device, like speech, rich responses, and audio playback.\u003c/p\u003e\n"],["\u003cp\u003eThese capabilities are categorized using specific enums, such as \u003ccode\u003eSPEECH\u003c/code\u003e or \u003ccode\u003eRICH_RESPONSE\u003c/code\u003e, which signal the device's functionalities.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this information to tailor content and interactions based on what the user's device can support, like displaying a web link if \u003ccode\u003eWEB_LINK\u003c/code\u003e is supported.\u003c/p\u003e\n"]]],[],null,["# Capability\n\nCapabilities the device surface supports at the time of the request.\n\n| Enums ||\n|----------------------|-------------------------------------------------------------------|\n| `UNSPECIFIED` | Unspecified surface capability. |\n| `SPEECH` | Device can speak to the user via text-to-speech or SSML. |\n| `RICH_RESPONSE` | Device can display rich responses like cards, lists and tables. |\n| `LONG_FORM_AUDIO` | Device can play long form audio media like music and podcasts. |\n| `INTERACTIVE_CANVAS` | Device can display a interactive canvas response. |\n| `WEB_LINK` | Device can use web links in rich responses to open a web browser. |\n| `HOME_STORAGE` | Device can support saving and fetching home storage. |"]]