[[["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-04-17 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."]]],[]]