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

Proto to store vertical indexing information for the document and associated image outlinks. The image content can be indexed to multiple verticals, including imagesearch. It can also be indexed only in verticals, not in imagesearch.

Attributes

  • name (type: String.t, default: nil) - List the string representation of the vertical that this image is indexed into.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageDataVerticalIndexingInfoImage{
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.