Google Cloud Translation v3 API - Enum BatchTranslateDocumentMetadata.Types.State (3.6.0)

public enum BatchTranslateDocumentMetadata.Types.State

Reference documentation and code samples for the Google Cloud Translation v3 API enum BatchTranslateDocumentMetadata.Types.State.

State of the job.

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Fields

NameDescription
Cancelled

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.

Unspecified

Invalid.