GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaSeasonConstraint
Table of Contents ▼
Jump to a specific part of the page:
Description
Example: "season 2" of serial
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
absoluteIndex
(type:integer()
, default:nil
)
- The absolute index of the season. 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 season" => 1 "3rd season" => 3 "last season" => -1 -
evalData
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData
, default:nil
)
- Required, but should only be used inside Aqua and must not be used by outside clients!! -
rawText
(type:String.t
, default:nil
)
- -
relativeIndex
(type:integer()
, default:nil
)
- The relative index of the season. Examples: "previous season" => -1 "current season" => 0 "next season" => 1
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaSeasonConstraint{
absoluteIndex: integer() | nil,
evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil,
rawText: String.t() | nil,
relativeIndex: integer() | nil
}
absoluteIndex: integer() | nil,
evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil,
rawText: String.t() | nil,
relativeIndex: integer() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsMediaSeasonConstraint