public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class OperationMetadata.
Contains metadata for the BatchAnnotateImages operation.
Implements
IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
OperationMetadata()
public OperationMetadata()
OperationMetadata(OperationMetadata)
public OperationMetadata(OperationMetadata other)
Parameter | |
---|---|
Name | Description |
other | OperationMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
The time when the batch request was received.
Property Value | |
---|---|
Type | Description |
Timestamp |
State
public OperationMetadata.Types.State State { get; set; }
Current state of the batch operation.
Property Value | |
---|---|
Type | Description |
OperationMetadata.Types.State |
UpdateTime
public Timestamp UpdateTime { get; set; }
The time when the operation result was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |