Voting helps other researchers find interesting modules.
Token by token mapping between hypothesis text and reference text.
hypothesisIndex
integer()
nil
hypothesisToken
String.t
referenceIndex
referenceToken
tokenIsMatched
boolean()
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTokenAlignment{ hypothesisIndex: integer() | nil, hypothesisToken: String.t() | nil, referenceIndex: integer() | nil, referenceToken: String.t() | nil, tokenIsMatched: boolean() | nil }
@spec decode(struct(), keyword()) :: struct()