NlpSemanticParsingModelsMediaEpisodeConstraint

NLPInfrastructure

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaEpisodeConstraint

4
out of 10
Low
SEO Impact
Example: "latest" would constrain the episode to a certain ordinal.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Nlp Semantic Parsing Models Media Episode Constraint) contains 6 attributes that define its data structure. Key functionality includes: The absolute index of the episode. 1 is the first element and -1 is the last element in the sequence, -2 is the second-to-last element, and so on. Exa...

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

6
Sort:|Filter:
absoluteIndexinteger(
Default: nil

The absolute index of the episode. 1 is the first element and -1 is the last element in the sequence, -2 is the second-to-last element, and so on. Examples: "first episode" => 1 "3rd episode" => 3 "last episode" => -1

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

Date/time of the message. This could be an absolute date/time (e.g. find my message from monday) or a date/time range (e.g. find my message in the past four hours). This constrains when the episode came out.

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

A description of the episode. Example: For the query: [listen to this american life about cars] the description would be "cars"

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

Required, but should only be used inside Aqua and must not be used by outside clients!!

rawTextstring
Default: nilFull type: String.t
relativeIndexinteger(
Default: nil

The relative index of the episode. Examples: "previous episode" => -1 "current episode" => 0 "next episode" => 1