Class GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus
The status of individual documents in the auto-labeling process.
Inheritance
GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus : IDirectResponseSchema
Properties
DocumentId
The document id of the auto-labeled document. This will replace the gcs_uri.
Declaration
[JsonProperty("documentId")]
public virtual GoogleCloudDocumentaiUiv1beta3DocumentId DocumentId { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiUiv1beta3DocumentId |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of the document auto-labeling.
Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |