GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrDescriptionTrainingDataAnchorFeatures
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Metadata about the join of description anchors and OCR data which is used to build training data.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
editDistance
(type:integer()
, default:nil
)
- The string edit distance from the anchor label to the nearest OCR text. -
editDistanceRatio
(type:number()
, default:nil
)
- edit_distance over the description anchor's label length. -
matchedDescriptionText
(type:String.t
, default:nil
)
- The description anchor text used for matching to OCR text. -
matchedFrameTimeMs
(type:integer()
, default:nil
)
- The time of the selected OCR frame in ms. The best frame in a window around the target description anchor will be selected. -
matchedOcrText
(type:String.t
, default:nil
)
- The OCR text that was the best match for the nearby description anchor.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrDescriptionTrainingDataAnchorFeatures