[[["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 documentation for the `SpeechLimitedErrorCountRetryPolicy` class, a retry policy used within `SpeechConnection` for handling errors."],["The policy limits retries based on the number of transient failures, ceasing retries if a non-transient error occurs or the maximum number of transient failures is exceeded, where only `kUnavailable` is considered a transient error."],["The class has constructors to set the `maximum_failures` for transient errors, and methods such as `maximum_failures()`, `OnFailure()`, `IsExhausted()`, `IsPermanentFailure()` and `clone()`, which are used to manage the retry process."],["There are many different previous version numbers provided for this `SpeechLimitedErrorCountRetryPolicy` class."]]],[]]