aSRInputFormatToJson function

String? aSRInputFormatToJson(
  1. ASRInputFormat aSRInputFormat
)

Implementation

String? aSRInputFormatToJson(enums.ASRInputFormat aSRInputFormat) {
  return aSRInputFormat.value;
}