copyWith method
Implementation
SegmentTranscriptionResponse copyWith({int? version}) {
return SegmentTranscriptionResponse(version: version ?? this.version);
}
SegmentTranscriptionResponse copyWith({int? version}) {
return SegmentTranscriptionResponse(version: version ?? this.version);
}