MediaBuilderDetail constructor
MediaBuilderDetail({
- required String? id,
- required String? filePath,
- required String? fileType,
- String? createdAt,
- String? updatedAt,
- Map<
String, String> ? tags, - Map<
String, dynamic> ? metadata, - String? durationMilliseconds,
- String? remoteId,
- String? remoteURL,
- String? transcriptionURL,
- String? transcriptionLength,
- String? status,
- double? progress,
Implementation
MediaBuilderDetail({
required this.id,
required this.filePath,
required this.fileType,
this.createdAt,
this.updatedAt,
this.tags,
this.metadata,
this.durationMilliseconds,
this.remoteId,
this.remoteURL,
this.transcriptionURL,
this.transcriptionLength,
this.status,
this.progress,
});