Interface protos.google.cloud.language.v1beta2.IEntity (4.2.9)

Properties of an Entity.

Package

@google-cloud/language!

Properties

mentions

mentions?: (google.cloud.language.v1beta2.IEntityMention[]|null);

Entity mentions

Property Value
TypeDescription
(google.cloud.language.v1beta2.IEntityMention[]|null)

metadata

metadata?: ({ [k: string]: string }|null);

Entity metadata

Property Value
TypeDescription
({ [k: string]: string }|null)

name

name?: (string|null);

Entity name

Property Value
TypeDescription
(string|null)

salience

salience?: (number|null);

Entity salience

Property Value
TypeDescription
(number|null)

sentiment

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

Entity sentiment

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

type

type?: (google.cloud.language.v1beta2.Entity.Type|keyof typeof google.cloud.language.v1beta2.Entity.Type|null);

Entity type

Property Value
TypeDescription
(google.cloud.language.v1beta2.Entity.Type|keyof typeof google.cloud.language.v1beta2.Entity.Type|null)