GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLink
Table of Contents ▼
Jump to a specific part of the page:
Description
If the label is for something that links to another piece of content (in this volume, outside, a url, a citation, etc.).
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
UrlTarget
(type:String.t
, default:nil
)
- For URL labels, we note the url here directly (it's also available by grabbing all text symbols within the labeled span). SCHOLARLY_CITATION labels or even CAPTION labels may occasionally contain URLs. -
citationtarget
(type:GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkCitationTarget
, default:nil
)
- -
involumetarget
(type:GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkInVolumeTarget
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLink{
UrlTarget: String.t() | nil,
citationtarget: GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkCitationTarget.t() | nil,
involumetarget: GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkInVolumeTarget.t() | nil
}
UrlTarget: String.t() | nil,
citationtarget: GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkCitationTarget.t() | nil,
involumetarget: GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkInVolumeTarget.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLink