public sealed class ReviewDocumentOperationMetadata : IMessage<ReviewDocumentOperationMetadata>, IEquatable<ReviewDocumentOperationMetadata>, IDeepCloneable<ReviewDocumentOperationMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1beta3 API class ReviewDocumentOperationMetadata.
The long-running operation metadata for the [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument] method.
Implements
IMessageReviewDocumentOperationMetadata, IEquatableReviewDocumentOperationMetadata, IDeepCloneableReviewDocumentOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
ReviewDocumentOperationMetadata()
public ReviewDocumentOperationMetadata()ReviewDocumentOperationMetadata(ReviewDocumentOperationMetadata)
public ReviewDocumentOperationMetadata(ReviewDocumentOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
ReviewDocumentOperationMetadata |
Properties
CommonMetadata
public CommonOperationMetadata CommonMetadata { get; set; }The basic metadata of the long-running operation.
| Property Value | |
|---|---|
| Type | Description |
CommonOperationMetadata |
|
CreateTime
public Timestamp CreateTime { get; set; }The creation time of the operation.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
QuestionId
public string QuestionId { get; set; }The Crowd Compute question ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public ReviewDocumentOperationMetadata.Types.State State { get; set; }Used only when Operation.done is false.
| Property Value | |
|---|---|
| Type | Description |
ReviewDocumentOperationMetadataTypesState |
|
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 | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }The last update time of the operation.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|