NlpSaftEntity
NLPEntity UnderstandingGoogleApi.ContentWarehouse.V1.Model.NlpSaftEntity
SEO Analysis
AI GeneratedPart 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
12antecedentinteger(nilAntecedent for entity. This is used to make coreference chains before the mentions in the document are grouped by entity.
entityTypestringnilFull type: String.tEntity type (e.g. PER, ORG, LOC). WARNING: This field is deprecated. go/saft-replace-deprecated-entity-type
entityTypeProbabilitylist(float(nilProbability 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
genderstringnilFull type: String.tGender for entity.
nilFull type: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.tApplication-specific information about this entity.
mentionNlpSaftMention →nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftMention.tMentions of the entity in the document.
namestringnilFull type: String.tRepresentative entity name.
profileNlpSaftEntityProfile →nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfile.tProfile for entity.
referentNlpSaftReferent →nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSaftReferent.tReferent 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(nilRepresentative mention, as an index into mention.
saliencefloat(nilScore indicating the saliency (centrality) of this entity to the document.
nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityType.tEntity 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.