NlpSaftEntity

NLPEntity Understanding

GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntity

5
out of 10
Medium
SEO Impact
Named entities in the document.

SEO Analysis

AI Generated

Part of Google's entity understanding system (WebRef). This system identifies and links entities—people, places, things, concepts—within web content to Google's Knowledge Graph. Entity recognition is fundamental to semantic search, helping Google understand content meaning beyond keywords and match it to relevant queries.

Actionable Insights for SEOs

  • Build topical authority through comprehensive, entity-focused content
  • Implement structured data to help Google understand entities on your pages
  • Create content that clearly establishes entity relationships

Attributes

12
Sort:|Filter:
antecedentinteger(
Default: nil

Antecedent for entity. This is used to make coreference chains before the mentions in the document are grouped by entity.

entityTypestring
Default: nilFull type: String.t

Entity type (e.g. PER, ORG, LOC). WARNING: This field is deprecated. go/saft-replace-deprecated-entity-type

entityTypeProbabilitylist(float(
Default: nil

Probability distribution over entity types. These values correspond to Document.entity_label values: doc.entity[e].entity_type_probability[n] is the probability that the correct label for doc.entity[e] is doc.entity_label[n]. These probabilities sum to 1.0 (with possible rounding error). WARNING: This field is deprecated. go/saft-replace-deprecated-entity-type

genderstring
Default: nilFull type: String.t

Gender for entity.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t

Application-specific information about this entity.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftMention.t

Mentions of the entity in the document.

namestring
Default: nilFull type: String.t

Representative entity name.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfile.t

Profile for entity.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSaftReferent.t

Referent information for discourse context entities that are not mentioned in the document. These can be merged with mentioned entities during analysis if they are deemed to be coreferent. Entities with referents should not have any mentions if they do not corefer with anything. For example, when adding context entities to an input document prior to SAFT analysis, those entities should have a referent and no mentions.

representativeMentioninteger(
Default: nil

Representative mention, as an index into mention.

saliencefloat(
Default: nil

Score indicating the saliency (centrality) of this entity to the document.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityType.t

Entity types of the entity. These can include SAFT types (/saft/location, /saft/art, /saft/other/living_thing, etc), collections types (/collection/tv_personalities, /collection/statistical_regions, etc), and more. This refers to the type of the entity itself: in "She is on TV", "She" refers to a specific actor, with type "/collection/tv_personalities". Cf. Mention.Type, which is the type of the referring mention.