Interface protos.google.cloud.documentai.v1.Document.IEntity (1.5.0)

Properties of an Entity.

Package

@google-cloud/contentwarehouse

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

normalizedValue

normalizedValue?: (google.cloud.documentai.v1.Document.Entity.INormalizedValue|null);

Entity normalizedValue

pageAnchor

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

Entity pageAnchor

properties

properties?: (google.cloud.documentai.v1.Document.IEntity[]|null);

Entity properties

provenance

provenance?: (google.cloud.documentai.v1.Document.IProvenance|null);

Entity provenance

redacted

redacted?: (boolean|null);

Entity redacted

textAnchor

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

Entity textAnchor

type

type?: (string|null);

Entity type