[[["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-14 UTC."],[[["This document provides information on the `SpeechLimitedErrorCountRetryPolicy` class, which is used to manage retry attempts for `SpeechConnection` based on the number of errors encountered."],["The policy halts retries upon encountering a non-transient error or exceeding a defined number of transient failures, with `kUnavailable` errors considered as transient."],["The `SpeechLimitedErrorCountRetryPolicy` can be configured to allow a specified `maximum_failures` number of transient errors before stopping retries, and setting it to 0 will disable retries altogether."],["The document covers a range of historical versions of the `SpeechLimitedErrorCountRetryPolicy` class, from 2.11.0 to the latest release candidate of 2.37.0-rc, allowing for comparison and access to older revisions."],["The class includes functions for checking if the policy has been exhausted, if there has been a permanent failure, or a transient error, and a clone function for creating a new policy instance."]]],[]]