GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAsrCaption
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Contains token-level information about ASR captions.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
confidence
(type:number()
, default:nil
)
- The confidence score of the token: between 0 and 1. -
durationMs
(type:number()
, default:nil
)
- The duration that the token is spoken for. -
startTimeMs
(type:integer()
, default:nil
)
- The time in the video at which the token starts being spoken. -
text
(type:String.t
, default:nil
)
- The speech token.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAsrCaption