Google Cloud Vision v1 API - Class OperationMetadata (3.7.0)

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.

Inheritance

object > OperationMetadata

Namespace

Google.Cloud.Vision.V1

Assembly

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
OperationMetadataTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

The time when the operation result was last updated.

Property Value
Type Description
Timestamp