View Source GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrAsrFeature (google_api_content_warehouse v0.4.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.