TranslationRequest.FlagTransliterationResult フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.Translation.TranslationRequestFlags enum directly instead of this field.

この要求が音訳の結果を受け取る必要があることを示します。

[Android.Runtime.Register("FLAG_TRANSLITERATION_RESULT", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Translation.TranslationRequestFlags enum directly instead of this field.", true)]
public const Android.Views.Translation.TranslationRequestFlags FlagTransliterationResult = 4;
[<Android.Runtime.Register("FLAG_TRANSLITERATION_RESULT", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Translation.TranslationRequestFlags enum directly instead of this field.", true)>]
val mutable FlagTransliterationResult : Android.Views.Translation.TranslationRequestFlags

フィールド値

Value = 4

実装

属性

注釈

この要求が音訳の結果を受け取る必要があることを示します。

これは、翻訳されたテキストの音訳の CharSequence 表現を返します。 「TranslationResponseValue#getTransliteration()」を参照してください。

android.view.translation.TranslationRequest.FLAG_TRANSLITERATION_RESULTJava ドキュメント。

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

適用対象