NlpSaftLabeledSpan

NLPInfrastructure

GoogleApi.ContentWarehouse.V1.Model.NlpSaftLabeledSpan

4
out of 10
Low
SEO Impact
A generic span, possibly with an associated label. The span may be defined by either byte-level or token-level boundaries.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Nlp Saft Labeled Span) contains SEO-relevant attributes including labelScores, score. Key functionality includes: The indices of the first and last byte covered by the span.

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture
  • Consider how this system might interact with other ranking signals

Attributes

7
Sort:|Filter:
byteEndinteger(
Default: nil

note: inclusive

byteStartinteger(
Default: nil

The indices of the first and last byte covered by the span.

labelstring
Default: nilFull type: String.t

The label associated with the span.

labelScoresmap(
Default: nil

Optionally stores alternative labels with associated scores for the span.

scorenumber(
Default: nil

A score associated with the span.

tokenEndinteger(
Default: nil

note: inclusive

tokenStartinteger(
Default: nil

The indices of the first and last token covered by the span.