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

Attributes

  • venomStatus (type: list(GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryVenomStatus.t), default: nil) - Contains one status for each Genus that this video belongs to in Venom. For example, a video that is both 1) Found on the web, and 2) Opted-in by an Interest Feed partner would have two entries, one for GENUS_CRAWL and one for GENUS_VIDEO_INTEREST_FEED

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryVenomProcessingInfo{
  venomStatus:
    [GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryVenomStatus.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.