copyWith method
Implementation
BodyTranscribesSegmentsV1DubbingResourceDubbingIdTranscribePost copyWith(
{List<String>? segments}) {
return BodyTranscribesSegmentsV1DubbingResourceDubbingIdTranscribePost(
segments: segments ?? this.segments);
}