Sprache

TranslationRequest.FlagDictionaryResult Feld

Definition

Achtung

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

Gibt an, dass diese Anforderung das Wörterbuchergebnis erhalten möchte.

[Android.Runtime.Register("FLAG_DICTIONARY_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 FlagDictionaryResult = 2;
[<Android.Runtime.Register("FLAG_DICTIONARY_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 FlagDictionaryResult : Android.Views.Translation.TranslationRequestFlags

Feldwert

Value = 2

Implementiert

Attribute

Hinweise

Gibt an, dass diese Anforderung das Wörterbuchergebnis erhalten möchte.

Ausführlichere Informationen zur Struktur der zurückgegebenen Daten finden Sie unter.See TranslationResponseValue#EXTRA_DEFINITIONS for more detail on the structure of the returned data.

Java Dokumentation für android.view.translation.TranslationRequest.FLAG_DICTIONARY_RESULT.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: