VideoContentSearchOcrDescriptionTrainingDataAnchorFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrDescriptionTrainingDataAnchorFeatures


Table of Contents ▼

Jump to a specific part of the page:

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):

View Attributes

Attributes

  1. editDistance (type: integer(), default: nil)
    - The string edit distance from the anchor label to the nearest OCR text.
  2. editDistanceRatio (type: number(), default: nil)
    - edit_distance over the description anchor's label length.
  3. matchedDescriptionText (type: String.t, default: nil)
    - The description anchor text used for matching to OCR text.
  4. 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.
  5. matchedOcrText (type: String.t, default: nil)
    - The OCR text that was the best match for the nearby description anchor.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrDescriptionTrainingDataAnchorFeatures{
editDistance: integer() | nil,
editDistanceRatio: number() | nil,
matchedDescriptionText: String.t() | nil,
matchedFrameTimeMs: integer() | nil,
matchedOcrText: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrDescriptionTrainingDataAnchorFeatures