GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextSimilarityFeatures
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
-
hypothesisText
(type:String.t
, default:nil
)
- The hypothesis text that was used for the token overlap calculation. -
hypothesisTextTime
(type:String.t
, default:nil
)
- The time in ms for the hypothesis_text. -
referenceText
(type:String.t
, default:nil
)
- -
scoringMethodName
(type:String.t
, default:nil
)
- Similarity scorer name. -
similarityScore
(type:number()
, default:nil
)
- The similarity score given by the scoring method specified by the message scoring_method_name. -
tokenMatchCount
(type:integer()
, default:nil
)
- Token by token matching stats. Exact matched token count. -
tokenMatchPercent
(type:number()
, default:nil
)
- The token_overlap_count divided by the number of tokens in the hypothesis text. -
wordAlignment
(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTokenAlignment)
, default:nil
)
- Word by word alignment.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextSimilarityFeatures{
hypothesisText: String.t() | nil,
hypothesisTextTime: String.t() | nil,
referenceText: String.t() | nil,
scoringMethodName: String.t() | nil,
similarityScore: number() | nil,
tokenMatchCount: integer() | nil,
tokenMatchPercent: number() | nil,
wordAlignment: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTokenAlignment.t()] | nil
}
hypothesisText: String.t() | nil,
hypothesisTextTime: String.t() | nil,
referenceText: String.t() | nil,
scoringMethodName: String.t() | nil,
similarityScore: number() | nil,
tokenMatchCount: integer() | nil,
tokenMatchPercent: number() | nil,
wordAlignment: [GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTokenAlignment.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextSimilarityFeatures