[[["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 document provides information on the `TextToSpeechLimitedErrorCountRetryPolicy` class, which is part of the Google Cloud C++ Text-to-Speech library, specifically for version 2.24.0 and later."],["The `TextToSpeechLimitedErrorCountRetryPolicy` class is designed to manage retry logic for `TextToSpeechConnection` by tracking errors, ceasing retries after encountering a non-transient error or exceeding a specified number of transient failures."],["Transient errors, which are retriable, are identified by the `kUnavailable` status code, which allows the policy to retry operations when encountering temporary service issues."],["The policy can be configured with a specific number of maximum failures via the constructor, `TextToSpeechLimitedErrorCountRetryPolicy(int maximum_failures)`, and setting `maximum_failures` to 0 effectively disables the retry loop."],["The document lists a total of 27 versions of the Text-to-Speech library class, ranging from the latest release candidate [2.37.0-rc] to [2.11.0]."]]],[]]