displayMode property

  1. @JsonKey.new(name: 'display_mode')
String? displayMode
final

Alpha Allows to change the output display_mode for this audio. The output will be reordered, creating new utterances when speakers overlapped Default: false

Implementation

@JsonKey(name: 'display_mode')
final String? displayMode;