GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrAsrFeature
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
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. -
minCharEditDistanceAsrText
(type:String.t
, default:nil
)
- The matched ASR candidate for minimum char edit distance. -
minCharEditDistancePercent
(type:number()
, default:nil
)
- The min_char_edit_distance divided by the length of the OCR string. -
ocrTextNormalizedForCharMatch
(type:String.t
, default:nil
)
- The normalized OCR text which was used to match the candidate. -
ocrTextNormalizedForCharMatchLength
(type:integer()
, default:nil
)
- The length of the normalized OCR text. -
pretriggerScore
(type:number()
, default:nil
)
- The score from the pretrigger model. -
wordOverlapAsrText
(type:String.t
, default:nil
)
- The ASR text that was used for the word overlap calculation. -
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. -
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
}
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