Interface protos.google.cloud.documentai.v1beta1.Document.IEntity (2.10.0)

Properties of an Entity.

Package

@google-cloud/documentai!

Properties

mentionId

mentionId?: (string|null);

Entity mentionId

Property Value
TypeDescription
(string|null)

mentionText

mentionText?: (string|null);

Entity mentionText

Property Value
TypeDescription
(string|null)

textAnchor

textAnchor?: (google.cloud.documentai.v1beta1.Document.ITextAnchor|null);

Entity textAnchor

Property Value
TypeDescription
(google.cloud.documentai.v1beta1.Document.ITextAnchor|null)

type

type?: (string|null);

Entity type

Property Value
TypeDescription
(string|null)