GoogleApi.ContentWarehouse.V1.Model.SnapshotImageNode
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
-
boundingBox
(type:GoogleApi.ContentWarehouse.V1.Model.SnapshotBox
, default:nil
)
- -
isExternal
(type:boolean()
, default:nil
)
- An image is considered external iff both: 1. The image appears in a link that is not in the same org as the document, or the target URL is in a different org. 2. The image src is not in the same org as the document. -
url
(type:String.t
, default:nil
)
- The absolute url of the image as present in the page.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SnapshotImageNode{
boundingBox: GoogleApi.ContentWarehouse.V1.Model.SnapshotBox.t() | nil,
isExternal: boolean() | nil,
url: String.t() | nil
}
boundingBox: GoogleApi.ContentWarehouse.V1.Model.SnapshotBox.t() | nil,
isExternal: boolean() | nil,
url: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SnapshotImageNode