VideoContentSearchOcrAsrFeature

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrAsrFeature


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. minCharEditDistance (type: integer(), default: nil)
    - The minimum char edit distance between the normalized OCR text and candidate word strings taken from a time window around the OCR appearance.
  2. minCharEditDistanceAsrText (type: String.t, default: nil)
    - The matched ASR candidate for minimum char edit distance.
  3. minCharEditDistancePercent (type: number(), default: nil)
    - The min_char_edit_distance divided by the length of the OCR string.
  4. ocrTextNormalizedForCharMatch (type: String.t, default: nil)
    - The normalized OCR text which was used to match the candidate.
  5. ocrTextNormalizedForCharMatchLength (type: integer(), default: nil)
    - The length of the normalized OCR text.
  6. pretriggerScore (type: number(), default: nil)
    - The score from the pretrigger model.
  7. wordOverlapAsrText (type: String.t, default: nil)
    - The ASR text that was used for the word overlap calculation.
  8. wordOverlapCount (type: integer(), default: nil)
    - The number of words found both in the OCR text and the ASR in a time window around OCR appearance.
  9. wordOverlapPercent (type: number(), default: nil)
    - The word_overlap_count divided by the number of words in the OCR text.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrAsrFeature{
minCharEditDistance: integer() | nil,
minCharEditDistanceAsrText: String.t() | nil,
minCharEditDistancePercent: number() | nil,
ocrTextNormalizedForCharMatch: String.t() | nil,
ocrTextNormalizedForCharMatchLength: integer() | nil,
pretriggerScore: number() | nil,
wordOverlapAsrText: String.t() | nil,
wordOverlapCount: integer() | nil,
wordOverlapPercent: number() | nil
}

Function

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

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