contextPrompt property

  1. @JsonKey.new(name: 'context_prompt')
String? contextPrompt
final

Alpha Context to feed the transcription model with for possible better accuracy

Implementation

@JsonKey(name: 'context_prompt')
final String? contextPrompt;