Class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus
Resync status for each document per inconsistency type.
Inheritance
GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiUiv1beta3ResyncDatasetMetadataIndividualDocumentResyncStatus : IDirectResponseSchema
Properties
DocumentId
The document identifier.
Declaration
[JsonProperty("documentId")]
public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiUiv1beta3DocumentId |
DocumentInconsistencyType
The type of document inconsistency.
Declaration
[JsonProperty("documentInconsistencyType")]
public virtual string DocumentInconsistencyType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of resyncing the document with regards to the detected inconsistency. Empty if
ResyncDatasetRequest.validate_only is true
.
Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |