CopleyPersonalReferenceMetadata

GoogleApi.ContentWarehouse.V1.Model.CopleyPersonalReferenceMetadata


Table of Contents ▼

Jump to a specific part of the page:

Description

General message used to store metadata about references to personal entities, even if those entities cannot be resolved.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. referenceScore (type: number(), default: nil)
    - The strength of the personal reference. For example "my flight" may receive a high reference_score, whereas "the airport" may receive a low score.
  2. references (type: list(GoogleApi.ContentWarehouse.V1.Model.CopleyPersonalReference), default: nil)
    - A list of all references made. Empty if no personal references exist. Multiple references can be present when multiple references were made in a single query, or the type of reference was ambiguous.
  3. subreferenceMetadata (type: GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceMetadata, default: nil)
    - Subreference metadata for all compound references on this span.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CopleyPersonalReferenceMetadata{
referenceScore: number() | nil,
references: [GoogleApi.ContentWarehouse.V1.Model.CopleyPersonalReference.t()] | nil,
subreferenceMetadata: GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceMetadata.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.CopleyPersonalReferenceMetadata