Class AutoHighlightResult
- java.lang.Object
-
- com.assemblyai.api.resources.transcripts.types.AutoHighlightResult
-
public final class AutoHighlightResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAutoHighlightResult._FinalStagestatic classAutoHighlightResult.Builderstatic interfaceAutoHighlightResult.CountStagestatic interfaceAutoHighlightResult.RankStagestatic interfaceAutoHighlightResult.TextStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutoHighlightResult.CountStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()intgetCount()doublegetRank()java.lang.StringgetText()java.util.List<Timestamp>getTimestamps()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getCount
public int getCount()
- Returns:
- The total number of times the key phrase appears in the audio file
-
getRank
public double getRank()
- Returns:
- The total relevancy to the overall audio file of this key phrase - a greater number means more relevant
-
getText
public java.lang.String getText()
- Returns:
- The text itself of the key phrase
-
getTimestamps
public java.util.List<Timestamp> getTimestamps()
- Returns:
- The timestamp of the of the key phrase
-
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 AutoHighlightResult.CountStage builder()
-
-