VideoContentSearchCaptionLabelFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionLabelFeatures


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains timing and text for a given label.

Attributes List

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

View Attributes

Attributes

  1. alignedOcrTexts (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOCRText), default: nil)
    - OCR anchors with overlapping time-window with this anchor
  2. alignedTime (type: String.t, default: nil)
    - The time stamp in milliseconds for the reference text (e.g. description anchor time).
  3. contextText (type: String.t, default: nil)
    - Text around the aligned_time of a long duration, say [-15 minutes, +15 minutes]
  4. labelText (type: String.t, default: nil)
    - The main label text for the feature.
  5. textSimilarityFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextSimilarityFeatures, default: nil)
    - Identified matching text by similarity.
  6. textSpanAtAlignedTime (type: String.t, default: nil)
    - The text span in the passage starting from the aligned time.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionLabelFeatures{
alignedOcrTexts: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOCRText.t()] | nil,
alignedTime: String.t() | nil,
contextText: String.t() | nil,
labelText: String.t() | nil,
textSimilarityFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextSimilarityFeatures.t() | nil,
textSpanAtAlignedTime: String.t() | nil
}

Function

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

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