InputCaptions constructor

InputCaptions({
  1. List<CaptionSource>? captionSources,
  2. String? mergePolicy,
})

Implementation

InputCaptions({
  this.captionSources,
  this.mergePolicy,
});