VideoContentSearchOCRText

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOCRText


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains OCR text, its start time and additional details about position/fonts

Attributes List

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

View Attributes

Attributes

  1. ocrFeature (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOnScreenTextFeature, default: nil)
    - Additional details about position/font/color etc. for the OCR text
  2. ocrText (type: String.t, default: nil)
    - The OCR recognized text label
  3. timeMs (type: String.t, default: nil)
    - The time in ms at which the OCR text appears on the frame

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOCRText{
ocrFeature: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOnScreenTextFeature.t() | nil,
ocrText: String.t() | nil,
timeMs: String.t() | nil
}

Function

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

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