Package com.ringcentral.definitions
Class TranscriptInsightUnit
java.lang.Object
com.ringcentral.definitions.TranscriptInsightUnit
One utterance of a call. Each utterance is a speakerId, text, start and end time
-
Field Summary
FieldsModifier and TypeFieldDescriptionEnd time of the utterance (in sec) Required Format: float Example: 4.2Participant ID Required Example: p-32423Start time of the utterance (in sec) Required Format: float Example: 1.2Text of the utterance Required Example: Hello user! -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
speakerId
Participant ID Required Example: p-32423 -
text
Text of the utterance Required Example: Hello user! -
start
Start time of the utterance (in sec) Required Format: float Example: 1.2 -
end
End time of the utterance (in sec) Required Format: float Example: 4.2
-
-
Constructor Details
-
TranscriptInsightUnit
public TranscriptInsightUnit()
-
-
Method Details
-
speakerId
-
text
-
start
-
end
-