会話型アクションのサポートは 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。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-26 UTC。"],[[["This document outlines the various surface capabilities that a device may have, such as audio output, screen output, and web browsing."],["These surface capabilities are represented by enums, each with a specific meaning like `AUDIO_OUTPUT` indicating the device has audio output capabilities."],["Developers can use these enums to determine the functionalities of a given surface and tailor their applications accordingly."]]],["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"]]