Enum BatchOperationMetadata.Types.State (2.5.0)

public enum State

Enumerates the possible states that the batch request can be in.

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Fields

NameDescription
Cancelled

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.

Unspecified

Invalid.