GoogleApi.ContentWarehouse.V1.Model.ImageSearchImageIndexingInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
imageLinkSelectionInfo
(type:list(GoogleApi.ContentWarehouse.V1.Model.ImageSearchImageSelectionInfo)
, default:nil
)
- Image Selection Info -
rejectedNotIndexedImageLink
(type:list(GoogleApi.ContentWarehouse.V1.Model.ImageSearchUnindexedImageLink)
, default:nil
)
- URLs and Amarna status of images on the page for which image data is not yet available and weren't selected for indexing in image search. Used by consumers of docjoins that need a complete view of image urls on the page (i.e. Digdug). -
selectedNotIndexedImageLink
(type:list(GoogleApi.ContentWarehouse.V1.Model.ImageSearchUnindexedImageLink)
, default:nil
)
- URLs and Amarna status of images on the page for which image data is not yet available and were otherwise selected for indexing in image search. Used by consumers of docjoins that need a complete view of selected image urls on the page (i.e. Hearse, the index selection testbed).
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageSearchImageIndexingInfo{
imageLinkSelectionInfo: [GoogleApi.ContentWarehouse.V1.Model.ImageSearchImageSelectionInfo.t()] | nil,
rejectedNotIndexedImageLink: [GoogleApi.ContentWarehouse.V1.Model.ImageSearchUnindexedImageLink.t()] | nil,
selectedNotIndexedImageLink: [GoogleApi.ContentWarehouse.V1.Model.ImageSearchUnindexedImageLink.t()] | nil
}
imageLinkSelectionInfo: [GoogleApi.ContentWarehouse.V1.Model.ImageSearchImageSelectionInfo.t()] | nil,
rejectedNotIndexedImageLink: [GoogleApi.ContentWarehouse.V1.Model.ImageSearchUnindexedImageLink.t()] | nil,
selectedNotIndexedImageLink: [GoogleApi.ContentWarehouse.V1.Model.ImageSearchUnindexedImageLink.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageSearchImageIndexingInfo