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 content outlines different versions of the `Google.Cloud.Vision.V1.BatchOperationMetadata.Types.State`, with version 3.7.0 being the latest."],["It provides access to documentation for various versions ranging from 2.3.0 to 3.7.0 of the `BatchOperationMetadata.Types.State`."],["The `State` enum, part of the `Google.Cloud.Vision.V1` namespace, defines the possible states of a batch request, including `Cancelled`, `Failed`, `Processing`, `Successful`, and `Unspecified`."],["The `Cancelled` state indicates that the request was stopped by the user via `longrunning.Operations.CancelOperation`, with any previously processed records outputted."],["Each state within the `State` enum has a specific meaning, for example, `Failed` indicates that no items were processed, while `Successful` means that at least one item was processed successfully."]]],[]]