Class ReviewDocumentOperationMetadata (1.0.0-beta04)

public sealed class ReviewDocumentOperationMetadata : IMessage<ReviewDocumentOperationMetadata>, IEquatable<ReviewDocumentOperationMetadata>, IDeepCloneable<ReviewDocumentOperationMetadata>, IBufferMessage, IMessage

The long running operation metadata for review document method.

Inheritance

Object > ReviewDocumentOperationMetadata

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

ReviewDocumentOperationMetadata()

public ReviewDocumentOperationMetadata()

ReviewDocumentOperationMetadata(ReviewDocumentOperationMetadata)

public ReviewDocumentOperationMetadata(ReviewDocumentOperationMetadata other)
Parameter
NameDescription
otherReviewDocumentOperationMetadata

Properties

CommonMetadata

public CommonOperationMetadata CommonMetadata { get; set; }

The basic metadata of the long running operation.

Property Value
TypeDescription
CommonOperationMetadata

CreateTime

public Timestamp CreateTime { get; set; }

The creation time of the operation.

Property Value
TypeDescription
Timestamp

QuestionId

public string QuestionId { get; set; }

The question ID.

Property Value
TypeDescription
String

State

public ReviewDocumentOperationMetadata.Types.State State { get; set; }

Used only when Operation.done is false.

Property Value
TypeDescription
ReviewDocumentOperationMetadata.Types.State

StateMessage

public string StateMessage { get; set; }

A message providing more details about the current state of processing. For example, the error message if the operation is failed.

Property Value
TypeDescription
String

UpdateTime

public Timestamp UpdateTime { get; set; }

The last update time of the operation.

Property Value
TypeDescription
Timestamp