TextToSpeech.Engine.KeyFeatureNetworkTimeoutMs 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.
Feature key that indicate that a network timeout can be set for the request.
[Android.Runtime.Register("KEY_FEATURE_NETWORK_TIMEOUT_MS")]
public const string KeyFeatureNetworkTimeoutMs;
[<Android.Runtime.Register("KEY_FEATURE_NETWORK_TIMEOUT_MS")>]
val mutable KeyFeatureNetworkTimeoutMs : string
Field Value
- Attributes
Remarks
Feature key that indicate that a network timeout can be set for the request. If set and supported as per TextToSpeech#getFeatures(Locale)
or Voice#getFeatures()
, it can be used as request parameter to set the maximum allowed time for a single request attempt, in milliseconds, before synthesis fails. When used as a key of a request parameter, its value should be a string with an integer value.
Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_NETWORK_TIMEOUT_MS
.
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.