StreamingAudioChunkWithTimestampsResponseModel constructor

const StreamingAudioChunkWithTimestampsResponseModel({
  1. required String audioBase64,
  2. dynamic alignment,
  3. dynamic normalizedAlignment,
})

Implementation

const StreamingAudioChunkWithTimestampsResponseModel({
  required this.audioBase64,
  this.alignment,
  this.normalizedAlignment,
});