View Source GoogleApi.ContentWarehouse.V1.Model.SnapshotImageNode (google_api_content_warehouse v0.2.0)
Attributes
-
boundingBox(type:GoogleApi.ContentWarehouse.V1.Model.SnapshotBox.t, 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SnapshotImageNode{ boundingBox: GoogleApi.ContentWarehouse.V1.Model.SnapshotBox.t() | nil, isExternal: boolean() | nil, url: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.