public enum StateReference 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.V1Assembly
Google.Cloud.Vision.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |