TranslationContext.FlagLowLatency フィールド

定義

注意事項

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

このコンテキストでは、低待機時間モードで翻訳が実行されます。

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

フィールド値

Value = 1

実装

属性

注釈

このコンテキストでは、低待機時間モードで翻訳が実行されます。

の Java ドキュメント android.view.translation.TranslationContext.FLAG_LOW_LATENCY

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

適用対象