userInputAudioFormat property
- @JsonKey.new(name: 'user_input_audio_format', toJson: aSRInputFormatNullableToJson, fromJson: aSRInputFormatUserInputAudioFormatNullableFromJson)
final
Implementation
@JsonKey(
name: 'user_input_audio_format',
toJson: aSRInputFormatNullableToJson,
fromJson: aSRInputFormatUserInputAudioFormatNullableFromJson,
)
final enums.ASRInputFormat? userInputAudioFormat;