Voting helps other researchers find interesting modules.
durationToPredictedTimeMs
String.t
nil
matchScore
number()
matchedAsrStartPos
integer()
matchedAsrText
matchedAsrTimeMs
matchedAsrTimeRatio
matchedAsrTokenCount
matchedDescriptionItemIndexRatio
matchedDescriptionText
matchedDescriptionTokenCount
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextMatchInfo{ durationToPredictedTimeMs: String.t() | nil, matchScore: number() | nil, matchedAsrStartPos: integer() | nil, matchedAsrText: String.t() | nil, matchedAsrTimeMs: String.t() | nil, matchedAsrTimeRatio: number() | nil, matchedAsrTokenCount: integer() | nil, matchedDescriptionItemIndexRatio: number() | nil, matchedDescriptionText: String.t() | nil, matchedDescriptionTokenCount: integer() | nil }
@spec decode(struct(), keyword()) :: struct()