GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceMetadata
Table of Contents ▼
Jump to a specific part of the page:
Description
Represents the most compound resolved entities and most nested unresolved references for a span. Useful for punting.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
mostCompoundResolvedEntities
(type:list(GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceResolution)
, default:nil
)
- Resolved entities are sorted from highest resolution score to lowest. -
mostNestedUnresolvedReference
(type:GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceReference
, default:nil
)
- This is a merged representation of the compound reference having the most_compound_resolved_entities as an argument.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceMetadata{
mostCompoundResolvedEntities: [GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceResolution.t()] | nil,
mostNestedUnresolvedReference: GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceReference.t() | nil
}
mostCompoundResolvedEntities: [GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceResolution.t()] | nil,
mostNestedUnresolvedReference: GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceReference.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceMetadata