callback property

  1. @JsonKey.new(name: 'callback')
bool? callback
final

Enable callback for this transcription. If true, the callback_config property will be used to customize the callback behaviour

Implementation

@JsonKey(name: 'callback')
final bool? callback;