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