Interface protos.google.cloud.documentai.v1.Document.IRevision (2.10.0)

Properties of a Revision.

Package

@google-cloud/documentai!

Properties

agent

agent?: (string|null);

Revision agent

Property Value
TypeDescription
(string|null)

createTime

createTime?: (google.protobuf.ITimestamp|null);

Revision createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

humanReview

humanReview?: (google.cloud.documentai.v1.Document.Revision.IHumanReview|null);

Revision humanReview

Property Value
TypeDescription
(google.cloud.documentai.v1.Document.Revision.IHumanReview|null)

id

id?: (string|null);

Revision id

Property Value
TypeDescription
(string|null)

parent

parent?: (number[]|null);

Revision parent

Property Value
TypeDescription
(number[]|null)

processor

processor?: (string|null);

Revision processor

Property Value
TypeDescription
(string|null)