Capability
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
अनुरोध करते समय डिवाइस की ऐसी सुविधाएं काम करती हैं जो उस पर काम करती हैं.
Enums |
UNSPECIFIED |
डिवाइस की जगह की जानकारी नहीं है. |
SPEECH |
लिखाई को बोली में बदलने की सुविधा या एसएसएमएल की मदद से, डिवाइस उपयोगकर्ता से बोल सकता है. |
RICH_RESPONSE |
डिवाइस, कार्ड, सूचियों, और टेबल जैसे रिच रिस्पॉन्स दिखा सकता है. |
LONG_FORM_AUDIO |
डिवाइस, संगीत और पॉडकास्ट जैसे लंबी अवधि के ऑडियो मीडिया चला सकता है. |
INTERACTIVE_CANVAS |
डिवाइस, कैनवस का इंटरैक्टिव जवाब दिखा सकता है. |
WEB_LINK |
वेब ब्राउज़र खोलने के लिए, डिवाइस बेहतर जवाबों में वेब लिंक का इस्तेमाल कर सकता है. |
HOME_STORAGE |
इस डिवाइस पर होम स्टोरेज को सेव और फ़ेच किया जा सकता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]