GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorCommonFeatureSetLabelSpanTimestamp
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
When an anchor label has a long duration (for example, labels that contain multiple sentences), this field stores the mapping between label segments and the start time.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
asrConfidence
(type:number()
, default:nil
)
- The ASR confidence for the label span, if available. -
isSentenceStart
(type:boolean()
, default:nil
)
- Whether or not this token is the first token in a sentence. -
labelBeginCharIndex
(type:String.t
, default:nil
)
- The character index range for the span. The end index is exclusive. -
labelEndCharIndex
(type:String.t
, default:nil
)
- -
timeMs
(type:String.t
, default:nil
)
- The time of the span.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorCommonFeatureSetLabelSpanTimestamp