Interface protos.google.cloud.documentai.v1beta2.Document.IEntity (7.0.1)

Properties of an Entity.

Package

@google-cloud/documentai

Properties

confidence

confidence?: (number|null);

Entity confidence

id

id?: (string|null);

Entity id

mentionId

mentionId?: (string|null);

Entity mentionId

mentionText

mentionText?: (string|null);

Entity mentionText

pageAnchor

pageAnchor?: (google.cloud.documentai.v1beta2.Document.IPageAnchor|null);

Entity pageAnchor

textAnchor

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

Entity textAnchor

type

type?: (string|null);

Entity type