[[["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 webpage details the `ImageAnnotatorRetryPolicy` for the Google Cloud Vision C++ client library, which is used to manage retry logic for the `ImageAnnotatorConnection`."],["The latest version of `ImageAnnotatorRetryPolicy` is 2.37.0-rc, and the page also provides documentation links to a range of previous versions, down to version 2.11.0."],["The documentation for this policy provides information about functions such as `clone()`, `OnFailure(Status const &)`, `IsExhausted()`, and `IsPermanentFailure(Status const &)` which dictate how the retry policy behaves."],["The `clone()` function allows you to create a new instance of the policy while resetting it to its initial state."],["The functions `OnFailure(Status const &)`, `IsExhausted()`, and `IsPermanentFailure(Status const &)` take in parameters of type `Status const &`, and are used to define if a retry is possible, if retry logic is exhausted, or if the status received is permanent."]]],[]]