[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage details the `TextToSpeechLimitedErrorCountRetryPolicy` class, a retry mechanism for `TextToSpeechConnection` in C++."],["The policy stops retrying after encountering a non-transient error or exceeding a specified number of transient failures, with `kUnavailable` treated as a transient error."],["You can configure the maximum number of transient errors using the constructor, with disabling retry loop achievable by setting `maximum_failures` to 0."],["The class has several functions, such as `OnFailure`, `IsExhausted`, and `IsPermanentFailure`, which dictate the behavior and status of the retry policy."],["The webpage shows the different versions available, starting with version 2.37.0-rc (latest) all the way down to 2.11.0."]]],[]]