Compartilhar via


AccessibilityEvent.SpeechStateListeningEnd Campo

Definição

Cuidado

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

Alterar o tipo de #TYPE_SPEECH_STATE_CHANGE evento: outro serviço não está mais ouvindo o microfone.

[Android.Runtime.Register("SPEECH_STATE_LISTENING_END", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.SpeechState enum directly instead of this field.", true)]
public const Android.Views.Accessibility.SpeechState SpeechStateListeningEnd = 8;
[<Android.Runtime.Register("SPEECH_STATE_LISTENING_END", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.Accessibility.SpeechState enum directly instead of this field.", true)>]
val mutable SpeechStateListeningEnd : Android.Views.Accessibility.SpeechState

Valor do campo

Value = 8

Implementações

Atributos

Comentários

Alterar o tipo de #TYPE_SPEECH_STATE_CHANGE evento: outro serviço não está mais ouvindo o microfone.

Documentação Java para android.view.accessibility.AccessibilityEvent.SPEECH_STATE_LISTENING_END.

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

Aplica-se a