CaptionData constructor
CaptionData({})
Implementation
CaptionData({
required this.text,
required this.speechEventType,
required this.participantIdentity,
required this.language,
required this.confidence,
});