[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]