StreamingAudioChunkWithTimestampsResponseModel constructor
const
StreamingAudioChunkWithTimestampsResponseModel({
- required String audioBase64,
- dynamic alignment,
- dynamic normalizedAlignment,
Implementation
const StreamingAudioChunkWithTimestampsResponseModel({
required this.audioBase64,
this.alignment,
this.normalizedAlignment,
});