Class CallClosedCaption

  • All Implemented Interfaces:

    
    public final class CallClosedCaption
    
                        

    CallClosedCaption represents a closed caption of a call.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      CallClosedCaption(OffsetDateTime endTime, String speakerId, OffsetDateTime startTime, String text)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final OffsetDateTime getEndTime()
      final String getSpeakerId()
      final OffsetDateTime getStartTime()
      final String getText()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait