VideoContentSearchVideoScoreInfo

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoScoreInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Video level scoring info.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. commonFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoCommonFeatures, default: nil)
    - Anchor scoring features that apply to all anchor types.
  2. ocrVideoFeature (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrVideoFeature, default: nil)
    - OCR specific video level feature.
  3. safeSearchClassifierOutput (type: GoogleApi.ContentWarehouse.V1.Model.ClassifierPornQueryMultiLabelClassifierOutput, default: nil)
    - The output of Safe Search's MultiLabelClassifier for video title.
  4. version (type: String.t, default: nil)
    - The version of this VideoAnchorSets in spanner.
  5. videoGeneratedQueryFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoGeneratedQueryFeatures, default: nil)
    - Video-level features that apply to all the generated queries within this VideoAnchorSets.
  6. videoMultimodalTopicFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoMultimodalTopicFeatures, default: nil)
    - Video-level features for Multimodal topics.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoScoreInfo{
commonFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoCommonFeatures.t() | nil,
ocrVideoFeature: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrVideoFeature.t() | nil,
safeSearchClassifierOutput: GoogleApi.ContentWarehouse.V1.Model.ClassifierPornQueryMultiLabelClassifierOutput.t() | nil,
version: String.t() | nil,
videoGeneratedQueryFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoGeneratedQueryFeatures.t() | nil,
videoMultimodalTopicFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoMultimodalTopicFeatures.t() | nil
}

Function

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

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