SegmentTranscriptionResponse.fromJson constructor

SegmentTranscriptionResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory SegmentTranscriptionResponse.fromJson(Map<String, dynamic> json) =>
    _$SegmentTranscriptionResponseFromJson(json);