GoogleCloudDocumentaiV1DocumentEntityNormalizedValue
Document AIEntity UnderstandingGoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntityNormalizedValue
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
8addressValueGoogleTypePostalAddress →nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypePostalAddress.tPostal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
booleanValueboolean(nilBoolean value. Can be used for entities with binary values, or for checkboxes.
dateValueGoogleTypeDate →nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.tDate value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
datetimeValuedatetime →nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDateTime.tDateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
floatValuenumber(nilFloat value.
integerValueinteger(nilInteger value.
moneyValueGoogleTypeMoney →nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeMoney.tMoney value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
textstringnilFull type: String.tOptional. An optional field to store a normalized string. For some entity types, one of respective structured_value fields may also be populated. Also not all the types of structured_value will be normalized. For example, some processors may not generate float or integer normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (money_value) is in the ISO 4217 text format. - Date type (date_value) is in the ISO 8601 text format. - Datetime type (datetime_value) is in the ISO 8601 text format.