GoogleCloudDocumentaiV1DocumentEntityNormalizedValue

Document AIEntity Understanding

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntityNormalizedValue

2
out of 10
Low
SEO Impact
Parsed and normalized entity value.

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

8
Sort:|Filter:
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypePostalAddress.t

Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto

booleanValueboolean(
Default: nil

Boolean value. Can be used for entities with binary values, or for checkboxes.

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

Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto

datetimeValuedatetime →
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDateTime.t

DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto

floatValuenumber(
Default: nil

Float value.

integerValueinteger(
Default: nil

Integer value.

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

Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto

textstring
Default: nilFull type: String.t

Optional. 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.