Class TopicDetectionResultLabelsItem
- java.lang.Object
-
- com.assemblyai.api.resources.transcripts.types.TopicDetectionResultLabelsItem
-
public final class TopicDetectionResultLabelsItem extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTopicDetectionResultLabelsItem._FinalStagestatic classTopicDetectionResultLabelsItem.Builderstatic interfaceTopicDetectionResultLabelsItem.LabelStagestatic interfaceTopicDetectionResultLabelsItem.RelevanceStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopicDetectionResultLabelsItem.RelevanceStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.StringgetLabel()doublegetRelevance()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getRelevance
public double getRelevance()
- Returns:
- How relevant the detected topic is of a detected topic
-
getLabel
public java.lang.String getLabel()
- Returns:
- The IAB taxonomical label for the label of the detected topic, where > denotes supertopic/subtopic relationship
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static TopicDetectionResultLabelsItem.RelevanceStage builder()
-
-