-
public final class RoomEvent.TranscriptionReceived extends RoomEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final List<TranscriptionSegment>transcriptionSegmentsprivate final Participantparticipantprivate final TrackPublicationpublicationprivate final Roomroom
-
Constructor Summary
Constructors Constructor Description RoomEvent.TranscriptionReceived(Room room, List<TranscriptionSegment> transcriptionSegments, Participant participant, TrackPublication publication)
-
Method Summary
Modifier and Type Method Description final List<TranscriptionSegment>getTranscriptionSegments()The transcription segments. final ParticipantgetParticipant()The applicable participant these transcriptions apply to. final TrackPublicationgetPublication()The applicable track publication these transcriptions apply to. final RoomgetRoom()-
-
Constructor Detail
-
RoomEvent.TranscriptionReceived
RoomEvent.TranscriptionReceived(Room room, List<TranscriptionSegment> transcriptionSegments, Participant participant, TrackPublication publication)
-
-
Method Detail
-
getTranscriptionSegments
final List<TranscriptionSegment> getTranscriptionSegments()
The transcription segments.
-
getParticipant
final Participant getParticipant()
The applicable participant these transcriptions apply to.
-
getPublication
final TrackPublication getPublication()
The applicable track publication these transcriptions apply to.
-
-
-
-