VoiceLatency Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types and taken as a parameter of the F:Android.Speech.Tts.Voice..ctor member.
public enum VoiceLatency
type VoiceLatency =
- Inheritance
-
VoiceLatency
Fields
| Name | Value | Description |
|---|---|---|
| VeryLow | 100 | Very low expected synthesizer latency below 20 milliseconds. |
| Low | 200 | Low expected synthesizer latency of about 20 milliseconds. |
| Normal | 300 | Normal expected synthesizer latency of about 50 milliseconds. |
| High | 400 | Network-based expected synthesizer latency of about 200 milliseconds. |
| VeryHigh | 500 | Very slow network-based expected synthesizer latency greater than 200 milliseconds. |
Remarks
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.