Voting helps other researchers find interesting modules.
minCharEditDistance
integer()
nil
minCharEditDistanceAsrText
String.t
minCharEditDistancePercent
number()
ocrTextNormalizedForCharMatch
ocrTextNormalizedForCharMatchLength
pretriggerScore
wordOverlapAsrText
wordOverlapCount
wordOverlapPercent
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()