public interface TranscriptNormalizationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TranscriptNormalization.Entry |
getEntries(int index)
A list of replacement entries.
|
int |
getEntriesCount()
A list of replacement entries.
|
List<TranscriptNormalization.Entry> |
getEntriesList()
A list of replacement entries.
|
TranscriptNormalization.EntryOrBuilder |
getEntriesOrBuilder(int index)
A list of replacement entries.
|
List<? extends TranscriptNormalization.EntryOrBuilder> |
getEntriesOrBuilderList()
A list of replacement entries.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TranscriptNormalization.Entry> getEntriesList()
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.
repeated .google.cloud.speech.v1.TranscriptNormalization.Entry entries = 1;TranscriptNormalization.Entry getEntries(int index)
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.
repeated .google.cloud.speech.v1.TranscriptNormalization.Entry entries = 1;int getEntriesCount()
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.
repeated .google.cloud.speech.v1.TranscriptNormalization.Entry entries = 1;List<? extends TranscriptNormalization.EntryOrBuilder> getEntriesOrBuilderList()
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.
repeated .google.cloud.speech.v1.TranscriptNormalization.Entry entries = 1;TranscriptNormalization.EntryOrBuilder getEntriesOrBuilder(int index)
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.
repeated .google.cloud.speech.v1.TranscriptNormalization.Entry entries = 1;Copyright © 2025 Google LLC. All rights reserved.