TextToSpeech.Engine.KeyFeatureNetworkRetriesCount Field

Definition

Feature key that indicates that network request retries count can be set for the request.

[Android.Runtime.Register("KEY_FEATURE_NETWORK_RETRIES_COUNT")]
public const string KeyFeatureNetworkRetriesCount;
[<Android.Runtime.Register("KEY_FEATURE_NETWORK_RETRIES_COUNT")>]
val mutable KeyFeatureNetworkRetriesCount : string

Field Value

Attributes

Remarks

Feature key that indicates that network request retries count can be set for the request. If set and supported as per TextToSpeech#getFeatures(Locale) or Voice#getFeatures(), it can be used as a request parameter to set the number of network request retries that are attempted in case of failure. 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_RETRIES_COUNT.

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.

Applies to