[[["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 document provides details on the `TextToSpeechLimitedErrorCountRetryPolicy` class, which manages retry behavior for `TextToSpeechConnection` in the Google Cloud C++ Text-to-Speech library."],["The retry policy stops when a non-transient error occurs or when the number of transient failures exceeds a defined maximum, with `kUnavailable` being the status code treated as transient."],["The class offers constructors to define the maximum number of allowed transient errors, and an option to disable retry loops altogether by setting the maximum failures to 0."],["The document covers the class's functions, including `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, providing information on their purpose and usage."],["The document outlines the different versions of the `TextToSpeechLimitedErrorCountRetryPolicy` class, with version 2.37.0-rc being the latest."]]],[]]