Class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus
The status of each individual document in the export process.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiUiv1beta3ExportDocumentsMetadataIndividualExportStatus : IDirectResponseSchema
Properties
DocumentId
The path to source docproto of the document.
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 |
OutputGcsDestination
The output_gcs_destination of the exported document if it was successful, otherwise empty.
Declaration
[JsonProperty("outputGcsDestination")]
public virtual string OutputGcsDestination { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of the exporting of the document.
Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |