[[["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 webpage details the `SpeechLimitedErrorCountRetryPolicy`, a retry mechanism for `SpeechConnection` in C++ that stops retrying upon encountering a non-transient error or exceeding a set number of transient failures."],["The policy considers `kUnavailable` as a transient error, meaning it will retry if that error occurs, but will stop on other types of errors, such as permission issues."],["You can configure the maximum number of transient failures to allow, and setting `maximum_failures` to 0 will disable retries altogether."],["The page lists all the available versions of the C++ library, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc."],["Constructors, functions like `maximum_failures`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `clone` and the type alias `BaseType` are detailed here, along with their parameters, return types and descriptions."]]],[]]