The batch is done after the user has called the
longrunning.Operations.CancelOperation. Any records processed before the
cancel command are output as specified in the request.
Cancelling
Request is in the process of being canceled after caller invoked
longrunning.Operations.CancelOperation on the request id.
Failed
The batch is done and no item was successfully processed.
Running
Request is being processed.
Succeeded
The batch is processed, and at least one item was 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-06-12 UTC."],[[["The latest version of the Google.Cloud.Translate.V3 library is 3.9.0, with multiple previous versions available for reference, including 2.4.0, which is the initial version mentioned at the top of the provided content."],["The content describes the `State` enum, which represents the different states of a batch translation job within the Google Cloud Translation API, including `Cancelled`, `Cancelling`, `Failed`, `Running`, `Succeeded`, and `Unspecified`."],["The `State` enum is part of the `Google.Cloud.Translate.V3` namespace and is contained within the `Google.Cloud.Translate.V3.dll` assembly."],["Each field of the `State` enum has a specific description tied to it that helps explain what that state of the job means, such as the 'Cancelled' state signifying the job was canceled by the user and 'Succeeded' signifying that the job was processed with at least one item processed successfully."]]],[]]