RecognizerIntent.FormattingOptimizeLatency Field
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.
Optimizes formatting latency.
[Android.Runtime.Register("FORMATTING_OPTIMIZE_LATENCY", ApiSince=33)]
public const string FormattingOptimizeLatency;
[<Android.Runtime.Register("FORMATTING_OPTIMIZE_LATENCY", ApiSince=33)>]
val mutable FormattingOptimizeLatency : string
Field Value
- Attributes
Remarks
Optimizes formatting latency. This will result in a slightly lower quality of punctuation but can improve the experience for real-time use cases. This is a value to use for #EXTRA_ENABLE_FORMATTING
.
Java documentation for android.speech.RecognizerIntent.FORMATTING_OPTIMIZE_LATENCY
.
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.