Show / Hide Table of Contents

Class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus

The status of each individual document in the import process.

Inheritance
object
GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiUiv1beta3ImportDocumentsMetadataIndividualImportStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InputGcsSource

The source Cloud Storage URI of the document.

Declaration
[JsonProperty("inputGcsSource")]
public virtual string InputGcsSource { get; set; }
Property Value
Type Description
string

OutputDocumentId

The document id of imported document if it was successful, otherwise empty.

Declaration
[JsonProperty("outputDocumentId")]
public virtual GoogleCloudDocumentaiUiv1beta3DocumentId OutputDocumentId { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiUiv1beta3DocumentId

OutputGcsDestination

The output_gcs_destination of the processed 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 importing of the document.

Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
Type Description
GoogleRpcStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX