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