GoogleTTSResponse constructor

const GoogleTTSResponse({
  1. required List<int> audioData,
  2. String? contentType,
  3. UsageInfo? usage,
  4. String? model,
  5. Map<String, dynamic>? metadata,
})

Implementation

const GoogleTTSResponse({
  required this.audioData,
  this.contentType,
  this.usage,
  this.model,
  this.metadata,
});