Captions constructor

const Captions({
  1. String? uploadUrl,
  2. String? transcribeUrl,
  3. String? apiKey,
  4. String? apiV2Key,
})

Implementation

const Captions({
    this.uploadUrl,
    this.transcribeUrl,
    this.apiKey,
    this.apiV2Key,
});