entries property

  1. @TagNumber(1)
List<TranscriptNormalization_Entry> entries

A list of replacement entries. We will perform replacement with one entry at a time. For example, the second entry in "cat" => "dog", "mountain cat" => "mountain dog" will never be applied because we will always process the first entry before it. At most 100 entries.

Implementation

@$pb.TagNumber(1)
$core.List<TranscriptNormalization_Entry> get entries => $_getList(0);