[[["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 page 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 the only codes treated as transient errors."],["The retry loop can be disabled by instantiating the policy with a `maximum_failures` value of 0."],["The class provides functions to determine if the retry limit has been reached, handle failures, and check if a given error is permanent, as well as a method to clone the policy instance."],["The content can be referenced in multiple versions, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc, and many versions in between."]]],[]]