[[["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-04-17 UTC."],[[["This document provides information on the `SpeechLimitedErrorCountRetryPolicy` class, which is a retry policy designed for `SpeechConnection` in the Google Cloud Speech API."],["The policy limits retries based on the number of transient errors, stopping if a non-transient error occurs or if the maximum number of transient failures is reached."],["The class treats `kUnavailable` as a transient error and allows customization of the maximum number of tolerated transient failures via the constructor."],["The document outlines the available constructors, including the ability to define maximum transient failures, as well as move and copy constructors."],["The document details the functions `maximum_failures()`, `OnFailure(Status const &)`, `IsExhausted()`, `IsPermanentFailure(Status const &)`, `clone()`, and the alias `BaseType` which is `SpeechRetryPolicy`."]]],[]]