SpeechHistoryItemResponseModel constructor
const
SpeechHistoryItemResponseModel({
- required String historyItemId,
- dynamic requestId,
- dynamic voiceId,
- dynamic modelId,
- dynamic voiceName,
- dynamic voiceCategory,
- dynamic text,
- required int dateUnix,
- required int characterCountChangeFrom,
- required int characterCountChangeTo,
- required String contentType,
- required SpeechHistoryItemResponseModelState state,
- dynamic settings,
- dynamic feedback,
- dynamic source,
- dynamic alignments,
- dynamic dialogue,
Implementation
const SpeechHistoryItemResponseModel({
required this.historyItemId,
this.requestId,
this.voiceId,
this.modelId,
this.voiceName,
this.voiceCategory,
this.text,
required this.dateUnix,
required this.characterCountChangeFrom,
required this.characterCountChangeTo,
required this.contentType,
required this.state,
this.settings,
this.feedback,
this.shareLinkId,
this.source,
this.alignments,
this.dialogue,
});