ViewTranslationResponse.Keys プロパティ

定義

文字列の として、この応答のすべてのキーを Set 返します。

public System.Collections.Generic.ICollection<string> Keys { [Android.Runtime.Register("getKeys", "()Ljava/util/Set;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getKeys", "()Ljava/util/Set;", "", ApiSince=31)>]
member this.Keys : System.Collections.Generic.ICollection<string>

プロパティ値

属性

注釈

文字列の として、この応答のすべてのキーを Set 返します。 キーは、 を取得TranslationResponseValueするために によって#getValue(String)使用されます。

android.view.translation.ViewTranslationResponse.getKeys()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象