会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
SurfaceCapability
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
列挙型 |
SURFACE_CAPABILITY_UNSPECIFIED |
不明 / 不明。 |
AUDIO_OUTPUT |
サーフェスは音声出力をサポートしています。 |
SCREEN_OUTPUT |
サーフェスは画面/視覚出力をサポートしています。 |
MEDIA_RESPONSE_AUDIO |
サーフェスはメディア レスポンス オーディオをサポートしています。 |
WEB_BROWSER |
Surface はウェブブラウザをサポートしています。 |
ACCOUNT_LINKING |
サーフェスはアカウントのリンクをサポートしています。 |
INTERACTIVE_CANVAS |
サーフェスはインタラクティブ キャンバスをサポートしています。 |
HOME_STORAGE |
Surface はホーム ストレージをサポートしています。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eThis document outlines the various surface capabilities that a device may have, such as audio output, screen output, and web browsing.\u003c/p\u003e\n"],["\u003cp\u003eThese surface capabilities are represented by enums, each with a specific meaning like \u003ccode\u003eAUDIO_OUTPUT\u003c/code\u003e indicating the device has audio output capabilities.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use these enums to determine the functionalities of a given surface and tailor their applications accordingly.\u003c/p\u003e\n"]]],["The core content defines a set of surface capabilities, each represented by an enum. These capabilities indicate what a surface can support, including `AUDIO_OUTPUT`, `SCREEN_OUTPUT`, and `MEDIA_RESPONSE_AUDIO` for various audio and visual functionalities. Other capabilities include `WEB_BROWSER` support, `ACCOUNT_LINKING`, `INTERACTIVE_CANVAS`, and `HOME_STORAGE` functionalities. `SURFACE_CAPABILITY_UNSPECIFIED` is designated for unknown or unspecified capabilities.\n"],null,["# SurfaceCapability\n\nPossible set of surface capabilities.\n\n| Enums ||\n|----------------------------------|----------------------------------------|\n| `SURFACE_CAPABILITY_UNSPECIFIED` | Unknown / Unspecified. |\n| `AUDIO_OUTPUT` | Surface supports audio output. |\n| `SCREEN_OUTPUT` | Surface supports screen/visual output. |\n| `MEDIA_RESPONSE_AUDIO` | Surface supports media response audio. |\n| `WEB_BROWSER` | Surface supports web browsers. |\n| `ACCOUNT_LINKING` | Surface supports account linking. |\n| `INTERACTIVE_CANVAS` | Surface supports Interactive Canvas. |\n| `HOME_STORAGE` | Surface supports home storage. |"]]