Cloud Document AI v1beta3 API - Class DocumentId (2.0.0-beta18)

public sealed class DocumentId : IMessage<DocumentId>, IEquatable<DocumentId>, IDeepCloneable<DocumentId>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1beta3 API class DocumentId.

Document Identifier.

Inheritance

object > DocumentId

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

DocumentId()

public DocumentId()

DocumentId(DocumentId)

public DocumentId(DocumentId other)
Parameter
NameDescription
otherDocumentId

Properties

GcsManagedDocId

public DocumentId.Types.GCSManagedDocumentId GcsManagedDocId { get; set; }

A document id within user-managed Cloud Storage.

Property Value
TypeDescription
DocumentIdTypesGCSManagedDocumentId

RevisionRef

public RevisionRef RevisionRef { get; set; }

Points to a specific revision of the document if set.

Property Value
TypeDescription
RevisionRef

TypeCase

public DocumentId.TypeOneofCase TypeCase { get; }
Property Value
TypeDescription
DocumentIdTypeOneofCase

UnmanagedDocId

public DocumentId.Types.UnmanagedDocumentId UnmanagedDocId { get; set; }

A document id within unmanaged dataset.

Property Value
TypeDescription
DocumentIdTypesUnmanagedDocumentId