fromTs property
- @JsonKey(name: 'from_ts', fromJson: WhisperTranscribeSegment._durationFromInt)
inherited
Implementation
@JsonKey(name: 'from_ts', fromJson: WhisperTranscribeSegment._durationFromInt)
Duration get fromTs => throw _privateConstructorUsedError;
- @JsonKey(name: 'from_ts', fromJson: WhisperTranscribeSegment._durationFromInt)
inherited
Implementation
@JsonKey(name: 'from_ts', fromJson: WhisperTranscribeSegment._durationFromInt)
set fromTs(Duration value) => throw _privateConstructorUsedError;