MediaIndexVideoCentroidDomainScore

GoogleApi.ContentWarehouse.V1.Model.MediaIndexVideoCentroidDomainScore


Table of Contents ▼

Jump to a specific part of the page:

Description

See go/video-centroid-domain-score.

Attributes List

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

View Attributes

Attributes

  1. domain (type: String.t, default: nil)
    - The domain this score was generated for.
  2. numDocs (type: integer(), default: nil)
    - Number of pages from the domain used to generate this DomainScore.
  3. score (type: number(), default: nil)
    - In general, lower scores indicate the video is appearing on more diverse pages.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MediaIndexVideoCentroidDomainScore{
domain: String.t() | nil,
numDocs: integer() | nil,
score: number() | nil
}

Function

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

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