[[["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 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."]]],[]]