VideoContentSearchOcrDescriptionTrainingDataSetFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrDescriptionTrainingDataSetFeatures


Table of Contents ▼

Jump to a specific part of the page:

Description

Metadata about the join of description anchors and OCR data for a set of description anchors.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. maxEditDistance (type: integer(), default: nil)
    - The max edit distance of any description anchor to its closest OCR text.
  2. maxEditDistanceRatio (type: number(), default: nil)
    - The maximum of (edit distance of any description anchor to its closest OCR text over description anchor label length).
  3. medianEditDistance (type: integer(), default: nil)
    - The median edit distance of any description anchor to its closest OCR text.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrDescriptionTrainingDataSetFeatures{
maxEditDistance: integer() | nil,
maxEditDistanceRatio: number() | nil,
medianEditDistance: integer() | nil
}

Function

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

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