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):
Attributes
-
alignedOcrTexts
(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOCRText)
, default:nil
)
- OCR anchors with overlapping time-window with this anchor -
alignedTime
(type:String.t
, default:nil
)
- The time stamp in milliseconds for the reference text (e.g. description anchor time). -
contextText
(type:String.t
, default:nil
)
- Text around the aligned_time of a long duration, say [-15 minutes, +15 minutes] -
labelText
(type:String.t
, default:nil
)
- The main label text for the feature. -
textSimilarityFeatures
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextSimilarityFeatures
, default:nil
)
- Identified matching text by similarity. -
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
}
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