Google Cloud Vision v1 API - Enum BatchOperationMetadata.Types.State (3.5.0)

public enum BatchOperationMetadata.Types.State

Reference documentation and code samples for the Google Cloud Vision v1 API enum BatchOperationMetadata.Types.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.