[[["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-05-07 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 when the number of transient failures exceeds a predefined limit, with `kUnavailable` being treated as a transient error."],["The `TextToSpeechLimitedErrorCountRetryPolicy` class offers constructors to create instances with a specified `maximum_failures` limit, and it also provides copy and move constructors for managing policy objects."],["Key functions include `maximum_failures()` to retrieve the maximum allowed failures, `OnFailure()` to handle errors, `IsExhausted()` to check if retries are exhausted, `IsPermanentFailure()` to identify non-transient errors, and `clone()` to create a fresh instance."],["The page documents the available version for the `TextToSpeechLimitedErrorCountRetryPolicy` spanning from 2.11.0 to 2.37.0-rc, allowing users to access documentation for specific releases."]]],[]]