[[["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 will halt if a non-transient error occurs or if the number of transient failures exceeds a specified maximum."],["Transient errors in this context are defined as status codes equivalent to `kUnavailable`."],["The policy's behavior can be configured during instantiation by setting the `maximum_failures` parameter, with a value of 0 disabling the retry mechanism entirely."],["The class allows for checking the maximum failures, if the policy is exhausted, if it is a permanent failure, and also provides the possibility of cloning the policy."]]],[]]