Interface protos.google.cloud.language.v1.IEntityMention (4.2.9)

Properties of an EntityMention.

Package

@google-cloud/language!

Properties

sentiment

sentiment?: (google.cloud.language.v1.ISentiment|null);

EntityMention sentiment

Property Value
TypeDescription
(google.cloud.language.v1.ISentiment|null)

text

text?: (google.cloud.language.v1.ITextSpan|null);

EntityMention text

Property Value
TypeDescription
(google.cloud.language.v1.ITextSpan|null)

type

type?: (google.cloud.language.v1.EntityMention.Type|keyof typeof google.cloud.language.v1.EntityMention.Type|null);

EntityMention type

Property Value
TypeDescription
(google.cloud.language.v1.EntityMention.Type|keyof typeof google.cloud.language.v1.EntityMention.Type|null)