AccessibilityEvent.TypeSpeechStateChange 字段

定义

注意

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

表示语音状态更改类型定义的语音状态更改。

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

字段值

Value = 33554432

实现

属性

注解

表示语音状态更改类型定义的语音状态更改。 当应用程序希望发出语音或侦听人类语音的信号时,将发生语音状态的变化。 此事件有助于避免两个应用程序希望在另一个应用程序说话或另一个说话时侦听的冲突。 发送此事件时,发送方应确保随附的状态更改类型有意义。 例如,发送方不应一起发送和#SPEECH_STATE_SPEAKING_END一起发送#SPEECH_STATE_SPEAKING_START

适用于 . 的 android.view.accessibility.AccessibilityEvent.TYPE_SPEECH_STATE_CHANGEJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于