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

Keeps track of any individual clusters this mid is a member of. Cluster_id and cluster_sibling_mid stores the cluster all together, while the subcluster keeps track of each individual cluster information separately.

Attributes

  • clusterId (type: String.t, default: nil) -
  • clusterSetScore (type: float(), default: nil) -
  • clusterSiblingMid (type: list(String.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotationSubCluster{
    clusterId: String.t() | nil,
    clusterSetScore: float() | nil,
    clusterSiblingMid: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.