Share via


TranslationRequest.FlagTranslationResult Field

Definition

Caution

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

Indicates this request wants to receive the standard translation result.

[Android.Runtime.Register("FLAG_TRANSLATION_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 FlagTranslationResult = 1;
[<Android.Runtime.Register("FLAG_TRANSLATION_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 FlagTranslationResult : Android.Views.Translation.TranslationRequestFlags

Field Value

Value = 1

Implements

Attributes

Remarks

Indicates this request wants to receive the standard translation result.

Java documentation for android.view.translation.TranslationRequest.FLAG_TRANSLATION_RESULT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to