interactionType property

  1. @TagNumber(1)
RecognitionMetadata_InteractionType interactionType

The use case most closely describing the audio content to be recognized.

Implementation

@$pb.TagNumber(1)
RecognitionMetadata_InteractionType get interactionType => $_getN(0);
  1. @TagNumber(1)
void interactionType=(RecognitionMetadata_InteractionType v)

Implementation

@$pb.TagNumber(1)
set interactionType(RecognitionMetadata_InteractionType v) {
  setField(1, v);
}