SpeechRecognizer.LanguageSwitchResultSucceeded Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Speech.LanguageSwitchResult enum directly instead of this field.

Alternância tentada e bem-sucedida.

[Android.Runtime.Register("LANGUAGE_SWITCH_RESULT_SUCCEEDED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Speech.LanguageSwitchResult enum directly instead of this field.", true)]
public const Android.Speech.LanguageSwitchResult LanguageSwitchResultSucceeded = 1;
[<Android.Runtime.Register("LANGUAGE_SWITCH_RESULT_SUCCEEDED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Speech.LanguageSwitchResult enum directly instead of this field.", true)>]
val mutable LanguageSwitchResultSucceeded : Android.Speech.LanguageSwitchResult

Valor do campo

Value = 1
Atributos

Comentários

Alternância tentada e bem-sucedida.

Documentação Java para android.speech.SpeechRecognizer.LANGUAGE_SWITCH_RESULT_SUCCEEDED.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a