GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoInterstitialBasicInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Basic interstitial info, shared by all layout types. This message can be used to quickly iterate through detected interstitials, if layout type specific details are not required. Note: this message stores info for one primary interstitial as detected by a particular layout codepath. Some codepaths, e.g. overlay interstitial detection, may find multiple interstitial candidates; such details can be found in codepath-specific messages below.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
absoluteBox
(type:GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoBox
, default:nil
)
- Stores the geometry of detected interstitial in absolute page pixels. -
contentType
(type:String.t
, default:nil
)
- -
detectionMode
(type:String.t
, default:nil
)
- -
layoutType
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoInterstitialBasicInfo{
absoluteBox: GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoBox.t() | nil,
contentType: String.t() | nil,
detectionMode: String.t() | nil,
layoutType: String.t() | nil
}
absoluteBox: GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoBox.t() | nil,
contentType: String.t() | nil,
detectionMode: String.t() | nil,
layoutType: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingMobileInterstitialsProtoInterstitialBasicInfo