[[["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 is returned by an RPC or if the number of transient failures exceeds the defined `maximum_failures`."],["`kUnavailable` status codes are the only ones that are considered as transient errors in this specific class, and will prompt a retry."],["The class offers various constructors, including one for specifying the `maximum_failures` and a means to disable the retry loop entirely by setting this value to 0."],["Several functions are detailed for the `SpeechLimitedErrorCountRetryPolicy`, such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()`, and `clone()`, that allow you to check status, react to failures, and create new policy instances."]]],[]]