[[["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."],[[["The webpage details the `TextToSpeechLimitedErrorCountRetryPolicy`, which is used to manage retries for `TextToSpeechConnection` based on the number of errors encountered."],["This retry policy will cease operations upon encountering a non-transient error or exceeding the pre-defined count of transient failures."],["Transient errors, in this context, are identified by the `kUnavailable` status code."],["The policy allows configuring the maximum number of tolerated transient errors during initialization, where setting this value to 0 disables retries entirely."],["The webpage provides details on the constructors, functions, and a type alias associated with the `TextToSpeechLimitedErrorCountRetryPolicy` class."]]],[]]