NlpSaftPhrase
NLPInfrastructureGoogleApi.ContentWarehouse.V1.Model.NlpSaftPhrase
SEO Analysis
AI GeneratedBackend infrastructure with indirect SEO impact. This model (Nlp Saft Phrase) contains 4 attributes that define its data structure. Key functionality includes: The head token in the phrase is the id of the top-most token within the phrase. It either has an arc from outside the phrase going to it, or it is a r...
Actionable Insights for SEOs
- Understanding this model helps SEOs grasp Google's internal data architecture
Attributes
4endinteger(nilfacetstringnilFull type: String.theadinteger(nilThe head token in the phrase is the id of the top-most token within the phrase. It either has an arc from outside the phrase going to it, or it is a root token of the sentence. A value of -1 indicates that the head has not yet been computed for the phrase (not the same semantics as the head of a token!). Note that even when it is uniquely defined, there is no guarantee that the head is set for entities and measurements within a document: you may need to explicitly compute it.
startinteger(nilFirst and last token in the phrase. The phrase goes from start to end (inclusive).