GoogleApi.ContentWarehouse.V1.Model.ImageDataVerticalIndexingInfoImage
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
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 List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
name
(type:String.t
, default:nil
)
- List the string representation of the vertical that this image is indexed into.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageDataVerticalIndexingInfoImage{
name: String.t() | nil
}
name: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageDataVerticalIndexingInfoImage