View Source GoogleApi.ContentWarehouse.V1.Model.CopleySubreferenceResolution (google_api_content_warehouse v0.4.0)

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

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.