[[["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-14 UTC."],[[["This webpage details the `TextToSpeechLimitedErrorCountRetryPolicy` for the C++ Text-to-Speech API, which manages retry attempts based on error counts."],["The policy halts retries when encountering a non-transient error or exceeding a set number of transient failures, and only `kUnavailable` status codes are treated as transient errors."],["Users can customize the policy's behavior by setting the `maximum_failures` parameter during instance creation to control the number of allowed transient errors, with `maximum_failures` equal to 0 disabling retries entirely."],["The class provides functions to determine the `maximum_failures`, check if retries are exhausted (`IsExhausted`), identify permanent failures (`IsPermanentFailure`), and handle failures (`OnFailure`) along with a `clone` function for creating new instances."],["The page lists a history of versions for this class, from the current 2.27.0 up to the most recent 2.37.0-rc, and it shows where to view the documentation for all listed versions."]]],[]]