[[["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 documentation for the `SpeechLimitedErrorCountRetryPolicy` class, which is used to implement retry logic for `SpeechConnection` in the Google Cloud C++ library."],["The retry policy stops when a non-transient error occurs or when the number of transient errors exceeds a defined limit, with `kUnavailable` status codes being the only status codes treated as transient."],["The policy can be configured to disable retries by setting `maximum_failures` to 0 during instance creation."],["The class provides methods for checking if retries are exhausted (`IsExhausted`), if a failure is permanent (`IsPermanentFailure`), and for creating a fresh instance of the policy (`clone`)."],["There is an overview of the version history, with version 2.37.0-rc being the latest, and a list of available versions and their corresponding links."]]],[]]