GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMatchScores
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
matchInfo
(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextMatchInfo)
, default:nil
)
- -
method
(type:String.t
, default:nil
)
- The method used for matching, e.g. 'babel', 'nlp', 'neon', ßß'phonetic'.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMatchScores{
matchInfo: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextMatchInfo.t()] | nil,
method: String.t() | nil
}
matchInfo: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextMatchInfo.t()] | nil,
method: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMatchScores