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

Properties of an Entity.

Package

@google-cloud/documentai!

Properties

boundingPolyForDemoFrontend

boundingPolyForDemoFrontend?: (google.cloud.documentai.v1beta2.IBoundingPoly|null);

Entity boundingPolyForDemoFrontend

Property Value
TypeDescription
(google.cloud.documentai.v1beta2.IBoundingPoly|null)

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)

pageAnchor

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

Entity pageAnchor

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

textAnchor

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

Entity textAnchor

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

type

type?: (string|null);

Entity type

Property Value
TypeDescription
(string|null)