View Source GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceMetadata (google_api_content_warehouse v0.3.0)
Represents the most compound resolved entities and most nested unresolved references for a span. Useful for punting.
Attributes
-
mostCompoundResolvedEntities
(type:list(GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceResolution.t)
, default:nil
) - Resolved entities are sorted from highest resolution score to lowest. -
mostNestedUnresolvedReference
(type:GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceReference.t
, default:nil
) - This is a merged representation of the compound reference having the most_compound_resolved_entities as an argument.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceMetadata{ mostCompoundResolvedEntities: [GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceResolution.t()] | nil, mostNestedUnresolvedReference: GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceReference.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.