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

Properties of an Entity.

Package

@google-cloud/documentai!

Properties

confidence

confidence?: (number|null);

Entity confidence

Property Value
TypeDescription
(number|null)

id

id?: (string|null);

Entity id

Property Value
TypeDescription
(string|null)

mentionId

mentionId?: (string|null);

Entity mentionId

Property Value
TypeDescription
(string|null)

mentionText

mentionText?: (string|null);

Entity mentionText

Property Value
TypeDescription
(string|null)

normalizedValue

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

Entity normalizedValue

Property Value
TypeDescription
(google.cloud.documentai.v1beta3.Document.Entity.INormalizedValue|null)

pageAnchor

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

Entity pageAnchor

Property Value
TypeDescription
(google.cloud.documentai.v1beta3.Document.IPageAnchor|null)

properties

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

Entity properties

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

provenance

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

Entity provenance

Property Value
TypeDescription
(google.cloud.documentai.v1beta3.Document.IProvenance|null)

redacted

redacted?: (boolean|null);

Entity redacted

Property Value
TypeDescription
(boolean|null)

textAnchor

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

Entity textAnchor

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

type

type?: (string|null);

Entity type

Property Value
TypeDescription
(string|null)