VideoContentSearchTextSimilarityFeatures

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):

View Attributes

Attributes

  1. hypothesisText (type: String.t, default: nil)
    - The hypothesis text that was used for the token overlap calculation.
  2. hypothesisTextTime (type: String.t, default: nil)
    - The time in ms for the hypothesis_text.
  3. referenceText (type: String.t, default: nil)
    -
  4. scoringMethodName (type: String.t, default: nil)
    - Similarity scorer name.
  5. similarityScore (type: number(), default: nil)
    - The similarity score given by the scoring method specified by the message scoring_method_name.
  6. tokenMatchCount (type: integer(), default: nil)
    - Token by token matching stats. Exact matched token count.
  7. tokenMatchPercent (type: number(), default: nil)
    - The token_overlap_count divided by the number of tokens in the hypothesis text.
  8. 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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchTextSimilarityFeatures