enableSpokenEmojis property

  1. @TagNumber(23)
BoolValue enableSpokenEmojis

The spoken emoji behavior for the call If not set, uses default behavior based on model of choice If 'true', adds spoken emoji formatting for the request. This will replace spoken emojis with the corresponding Unicode symbols in the final transcript. If 'false', spoken emojis are not replaced.

Implementation

@$pb.TagNumber(23)
$5.BoolValue get enableSpokenEmojis => $_getN(20);
  1. @TagNumber(23)
void enableSpokenEmojis=(BoolValue v)

Implementation

@$pb.TagNumber(23)
set enableSpokenEmojis($5.BoolValue v) {
  setField(23, v);
}