Natural Language V1beta2 API - Class Google::Cloud::Language::V1beta2::Entity (v0.11.0)

Reference documentation and code samples for the Natural Language V1beta2 API class Google::Cloud::Language::V1beta2::Entity.

Represents a phrase in the text that is a known entity, such as a person, an organization, or location. The API associates information, such as salience and mentions, with entities.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#mentions

def mentions() -> ::Array<::Google::Cloud::Language::V1beta2::EntityMention>
Returns

#mentions=

def mentions=(value) -> ::Array<::Google::Cloud::Language::V1beta2::EntityMention>
Parameter
Returns

#metadata

def metadata() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Metadata associated with the entity.

    For most entity types, the metadata is a Wikipedia URL (wikipedia_url) and Knowledge Graph MID (mid), if they are available. For the metadata associated with other entity types, see the Type table below.

#metadata=

def metadata=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Metadata associated with the entity.

    For most entity types, the metadata is a Wikipedia URL (wikipedia_url) and Knowledge Graph MID (mid), if they are available. For the metadata associated with other entity types, see the Type table below.

Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Metadata associated with the entity.

    For most entity types, the metadata is a Wikipedia URL (wikipedia_url) and Knowledge Graph MID (mid), if they are available. For the metadata associated with other entity types, see the Type table below.

#name

def name() -> ::String
Returns
  • (::String) — The representative name for the entity.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — The representative name for the entity.
Returns
  • (::String) — The representative name for the entity.

#salience

def salience() -> ::Float
Returns
  • (::Float) — The salience score associated with the entity in the [0, 1.0] range.

    The salience score for an entity provides information about the importance or centrality of that entity to the entire document text. Scores closer to 0 are less salient, while scores closer to 1.0 are highly salient.

#salience=

def salience=(value) -> ::Float
Parameter
  • value (::Float) — The salience score associated with the entity in the [0, 1.0] range.

    The salience score for an entity provides information about the importance or centrality of that entity to the entire document text. Scores closer to 0 are less salient, while scores closer to 1.0 are highly salient.

Returns
  • (::Float) — The salience score associated with the entity in the [0, 1.0] range.

    The salience score for an entity provides information about the importance or centrality of that entity to the entire document text. Scores closer to 0 are less salient, while scores closer to 1.0 are highly salient.

#sentiment

def sentiment() -> ::Google::Cloud::Language::V1beta2::Sentiment
Returns

#sentiment=

def sentiment=(value) -> ::Google::Cloud::Language::V1beta2::Sentiment
Parameter
Returns

#type

def type() -> ::Google::Cloud::Language::V1beta2::Entity::Type
Returns

#type=

def type=(value) -> ::Google::Cloud::Language::V1beta2::Entity::Type
Parameter
Returns