RecognitionResponseMetadata constructor

RecognitionResponseMetadata({
  1. Duration? totalBilledDuration,
})

Implementation

factory RecognitionResponseMetadata({
  $5.Duration? totalBilledDuration,
}) {
  final $result = create();
  if (totalBilledDuration != null) {
    $result.totalBilledDuration = totalBilledDuration;
  }
  return $result;
}