DrishtiVesperThumbnail

GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperThumbnail


Table of Contents ▼

Jump to a specific part of the page:

Description

The attributes of a video thumbnail.

Attributes List

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

View Attributes

Attributes

  1. denseFeatures (type: list(number()), default: nil)
    - Thumbnail dense features
  2. encodedImageString (type: String.t, default: nil)
    - Thumbnail image as an encoded image. Deprecated, use encoded_thumbnails instead.
  3. encodedImageStringSmall (type: String.t, default: nil)
    - Thumbnail image as an encoded image with smaller resolution. Deprecated, use encoded_thumbnails instead.
  4. encodedThumbnails (type: list(GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperEncodedThumbnail), default: nil)
    - Encoded thumbnail images.
  5. id (type: String.t, default: nil)
    - Thumbnail id.
  6. ocrText (type: String.t, default: nil)
    - Text in video thumbnails that was detected by OCR.
  7. qualityScores (type: list(GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperThumbnailQualityScore), default: nil)
    - Thumbnail quality scores.
  8. shouldUpdateDefaultThumbnail (type: boolean(), default: nil)
    - If true, this thumbnail should update default thumbnail.
  9. thumbnailerModelVersion (type: String.t, default: nil)
    - Thumbnailer Version.
  10. timestampMs (type: integer(), default: nil)
    - Thumbnail timestamp in milliseconds.
  11. type (type: String.t, default: nil)
    - Thumbnail type.
  12. userReportedThumbnail (type: GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportUserReportedThumbnail, default: nil)
    -
  13. userReportedThumbnails (type: list(GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportUserReportedThumbnail), default: nil)
    - All user reported thumbnails of interest.
  14. version (type: integer(), default: nil)
    - Thumbnail version, i.e., the unix time in seconds when the thumbnail was created.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperThumbnail{
denseFeatures: [number()] | nil,
encodedImageString: String.t() | nil,
encodedImageStringSmall: String.t() | nil,
encodedThumbnails: [GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperEncodedThumbnail.t()] | nil,
id: String.t() | nil,
ocrText: String.t() | nil,
qualityScores: [GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperThumbnailQualityScore.t()] | nil,
shouldUpdateDefaultThumbnail: boolean() | nil,
thumbnailerModelVersion: String.t() | nil,
timestampMs: integer() | nil,
type: String.t() | nil,
userReportedThumbnail: GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportUserReportedThumbnail.t() | nil,
userReportedThumbnails: [ GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportUserReportedThumbnail.t() ] | nil,
version: integer() | nil
}

Function

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

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