fileFormat property

  1. @JsonKey.new(name: 'file_format', toJson: bodySpeechToTextV1SpeechToTextPostFileFormatNullableToJson, fromJson: bodySpeechToTextV1SpeechToTextPostFileFormatFileFormatNullableFromJson)
BodySpeechToTextV1SpeechToTextPostFileFormat? fileFormat
final

Implementation

@JsonKey(
  name: 'file_format',
  toJson: bodySpeechToTextV1SpeechToTextPostFileFormatNullableToJson,
  fromJson:
      bodySpeechToTextV1SpeechToTextPostFileFormatFileFormatNullableFromJson,
)
final enums.BodySpeechToTextV1SpeechToTextPostFileFormat? fileFormat;