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

Stores cluster scoring information for an entity Next Id: 6

Attributes

  • clusterId (type: String.t, default: nil) - The cluster_id represents the id of the set entity that WebRef provides.
  • clusterSetScore (type: number(), default: nil) - Cluster set qref confidence score.
  • clusterSiblingMid (type: list(String.t), default: nil) - The mids of cluster members that are part of the same cluster. Note that cluster members may end up having their own interpretation (EntityInfo which includes a ClusterInfo) or not (eg because they do not explain the full query, and so aqua does not output an interpretation for them). The latter case (a cluster member is output only as part of this field), is equivalent to its score being 0.
  • score (type: number(), default: nil) - The score represents the score of the entity within the cluster.
  • subCluster (type: list(GoogleApi.ContentWarehouse.V1.Model.QualityViewsExtractionClusterInfo.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityViewsExtractionClusterInfo{
  clusterId: String.t() | nil,
  clusterSetScore: number() | nil,
  clusterSiblingMid: [String.t()] | nil,
  score: number() | nil,
  subCluster: [t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.