NlpSemanticParsingNumberNumber

NLPInfrastructure

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberNumber

2
out of 10
Low
SEO Impact
Next ID: 9

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Nlp Semantic Parsing Number Number) contains 8 attributes that define its data structure. Key functionality includes: Span info of the annotation - mostly used for evaluation purpose. Note: this data must never be used outside Aqua because it relies on the internal to...

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

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

Span info of the annotation - mostly used for evaluation purpose. Note: this data must never be used outside Aqua because it relies on the internal tokenization used in Aqua that could change over time.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberFractionNumber.t
isSpelledOutboolean(
Default: nil

An optional field that holds whether the number_type number is a normalized spelled-out number or not. This field will not be set in cases when this information is not available.

modifierstring
Default: nilFull type: String.t

NumberModifier is used to capture when the expression is not an absolute number, but a number expression to represent an increase/decrease/comparison. E.g. [10 more percent], [5 less].

normalizedValuestring
Default: nilFull type: String.t

Contains a normalized string representation of the numeric value that has: No digit grouping delimiter (e.g. "," in english). Decimal mark (if present) as "." (dot). For fraction_number, this contains the floating point representation of the fraction. The number of digits after the decimal point is defined in the precision field of fraction_number.proto.

rawTextstring
Default: nilFull type: String.t

The raw text of the annotation.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingNumberSimpleNumber.t
spelledOutTypestring
Default: nilFull type: String.t

We expect this field to be set only when is_spelled_out is true.