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-04-01 UTC."],[[["This page provides documentation for the `BatchTranslateDocumentMetadata.Types.State` enum within the Google Cloud Translation v3 API, detailing its purpose and usage in .NET development."],["The enum `BatchTranslateDocumentMetadata.Types.State` represents the different states of a batch translation job, including `Cancelled`, `Cancelling`, `Failed`, `Running`, `Succeeded`, and `Unspecified`."],["The documentation lists the description of each `BatchTranslateDocumentMetadata.Types.State`, with `Unspecified` representing an invalid state, while the others describe various stages of a batch translation, such as in-progress or completed."],["The provided content lists a range of versions of the .NET API reference for this enum, from version 2.2.0 up to the latest 3.9.0, allowing developers to view how the object has changed across releases."]]],[]]