The request is done after the longrunning.Operations.CancelOperation has
been called by the user. Any records that were processed before the
cancel command are output as specified in the request.
Failed
The request is done and no item has been successfully processed.
Processing
Request is actively being processed.
Successful
The request is done and at least one item has been successfully
processed.
[[["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 latest version of the `Google.Cloud.Vision.V1.BatchOperationMetadata.Types.State` is 3.7.0, and the page also provides links to previous versions, starting from version 2.3.0."],["The `State` enum in the `Google.Cloud.Vision.V1` namespace defines the possible states of a batch request."],["The `State` enum has five possible values: `Cancelled`, `Failed`, `Processing`, `Successful`, and `Unspecified`, each representing a specific stage or outcome of the batch request."],["The `Cancelled` state indicates that the user has requested cancellation, with output for any records processed before the cancel command."],["The `Successful` state means the request is complete and at least one item was processed successfully, while `Failed` indicates nothing was successfully processed."]]],[]]