menu
nexa_ai_flutter package
documentation
models/asr_models.dart
AsrTranscribeInput
AsrTranscribeInput.new constructor
AsrTranscribeInput.new constructor
dark_mode
light_mode
AsrTranscribeInput
constructor
AsrTranscribeInput
(
{
required
String
audioPath
,
required
String
language
,
String
?
timestamps
,
})
Implementation
AsrTranscribeInput({ required this.audioPath, required this.language, this.timestamps, });
nexa_ai_flutter package
documentation
models/asr_models
AsrTranscribeInput
AsrTranscribeInput.new constructor
AsrTranscribeInput class