View Source GoogleApi.ContentWarehouse.V1.Model.MediaIndexVideoCentroidDomainScore (google_api_content_warehouse v0.4.0)

See go/video-centroid-domain-score.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.