Voting helps other researchers find interesting modules.
If the label is for something that links to another piece of content (in this volume, outside, a url, a citation, etc.).
UrlTarget
String.t
nil
citationtarget
GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkCitationTarget.t
involumetarget
GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkInVolumeTarget.t
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()