[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `TextToSpeechLimitedErrorCountRetryPolicy`, a retry policy for `TextToSpeechConnection` that limits retries based on the number of transient errors encountered."],["The policy ceases retrying upon encountering a non-transient error or exceeding the maximum allowed number of transient failures, with `kUnavailable` status codes being treated as transient errors."],["Users can customize the retry behavior by setting the `maximum_failures` parameter, with `maximum_failures` == 0 disabling the retry loop entirely."],["The policy offers functions such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()` to control the error count and retries."],["The webpage contains documentation of the policy spanning from the latest release `2.37.0-rc` down to `2.11.0`."]]],[]]