Voting helps other researchers find interesting modules.
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.
clusterId
String.t
nil
clusterSetScore
float()
clusterSiblingMid
list(String.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingQRefAnnotationSubCluster{ clusterId: String.t() | nil, clusterSetScore: float() | nil, clusterSiblingMid: [String.t()] | nil }
@spec decode(struct(), keyword()) :: struct()