GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTokenAlignment
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Token by token mapping between hypothesis text and reference text.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
hypothesisIndex
(type:integer()
, default:nil
)
- Index of the token in hypothesis text. -
hypothesisToken
(type:String.t
, default:nil
)
- Token in hypothesis. -
referenceIndex
(type:integer()
, default:nil
)
- Index of the word in reference. -
referenceToken
(type:String.t
, default:nil
)
- Token in label. -
tokenIsMatched
(type:boolean()
, default:nil
)
- Whether it's a perfect match.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTokenAlignment