TextToSpeech.Engine.KeyFeatureNetworkRetriesCount 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 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.