[[["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-21 UTC."],[[["This document provides information on the `SpeechLimitedErrorCountRetryPolicy` class, which is used for defining a retry policy for `SpeechConnection` in the context of Google Cloud Speech services."],["The retry policy implemented stops retrying operations when a non-transient error is returned or if the number of transient failures exceeds a specified maximum."],["The class treats `kUnavailable` as a transient error, and users can disable retries by setting `maximum_failures` to 0 when creating an instance of `SpeechLimitedErrorCountRetryPolicy`."],["The class has methods to check if a failure is permanent (`IsPermanentFailure`), determine if the retry limit has been reached (`IsExhausted`), handle a failure (`OnFailure`), and determine the maximum failures allowed (`maximum_failures`)."],["There are several versions of the class available, with the latest being version `2.37.0-rc` and version `2.33.0` is the one being currently examined in this document."]]],[]]