Interface protos.google.cloud.documentai.v1beta3.Document.IProvenance (3.0.2)

Properties of a Provenance.

Package

@google-cloud/documentai!

Properties

id

id?: (number|null);

Provenance id

Property Value
TypeDescription
(number|null)

parents

parents?: (google.cloud.documentai.v1beta3.Document.Provenance.IParent[]|null);

Provenance parents

Property Value
TypeDescription
(google.cloud.documentai.v1beta3.Document.Provenance.IParent[]|null)

revision

revision?: (number|null);

Provenance revision

Property Value
TypeDescription
(number|null)

type

type?: (google.cloud.documentai.v1beta3.Document.Provenance.OperationType|keyof typeof google.cloud.documentai.v1beta3.Document.Provenance.OperationType|null);

Provenance type

Property Value
TypeDescription
(google.cloud.documentai.v1beta3.Document.Provenance.OperationType|keyof typeof google.cloud.documentai.v1beta3.Document.Provenance.OperationType|null)