GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkInVolumeTarget
Table of Contents ▼
Jump to a specific part of the page:
Description
For CAPTION or FOOTNOTE_POINTER or TOC_ENTRY or INDEX_ENTRY or CONTINUATION labels:
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
Confidence
(type:float()
, default:nil
)
- -
LogicalEntity
(type:GoogleApi.ContentWarehouse.V1.Model.GoodocLogicalEntity
, default:nil
)
- The CAPTION label typically targets the previous or the next Block. The FOOTNOTE_POINTER label typically targets a paragraph in a FOOTNOTE Block. TOC_ENTRY and INDEX_ENTRY labels are links that point to a different page within the volume. CONTINUATION labels also are links that point to a different page within the volume, or maybe even a particular block or paragraph.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkInVolumeTarget{
Confidence: float() | nil,
LogicalEntity: GoogleApi.ContentWarehouse.V1.Model.GoodocLogicalEntity.t() | nil
}
Confidence: float() | nil,
LogicalEntity: GoogleApi.ContentWarehouse.V1.Model.GoodocLogicalEntity.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkInVolumeTarget