CopleySubreferenceResolution

GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceResolution


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents a resolution that may be part of a larger compound reference. For example, "my brother's birthday" will have a subreference that may have resolutions for "my brother".

Attributes List

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

View Attributes

Attributes

  1. mid (type: String.t, default: nil)
    - Can be used with PKG Service for looking up metadata about this entity at fulfillment/GenX time.
  2. name (type: String.t, default: nil)
    - Name of the entity represented by this resolution.
  3. resolutionScore (type: number(), default: nil)
    - A resolution score of 0 indicates that it did not resolve to a real entity.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceResolution{
mid: String.t() | nil,
name: String.t() | nil,
resolutionScore: number() | nil
}

Function

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

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