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-03-21 UTC."],[[["The latest version of the Google.Cloud.Translate.V3 library is 3.9.0, with multiple previous versions available for reference, ranging back to version 2.2.0."],["This document details the `State` enum, which represents the status of a translation job within the Google Cloud Translate service, found in the Google.Cloud.Translate.V3 namespace."],["The `State` enum has six possible values: `Cancelled`, `Cancelling`, `Failed`, `Running`, `Succeeded`, and `Unspecified`, each indicating a different stage or outcome of a batch translation process."],["The `Cancelled` state signifies that a batch translation was stopped by the user via the `longrunning.Operations.CancelOperation` command, while `Cancelling` indicates the process of canceling is underway."],["`Failed` denotes that a translation batch was unsuccessful, `Succeeded` indicates a successful translation with at least one item processed correctly, `Running` is when the request is in progress, and `Unspecified` represents an invalid state."]]],[]]