public interface TranscriptNormalizationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntries(int index)
public abstract 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.v1p1beta1.TranscriptNormalization.Entry entries = 1;
| Name | Description |
| index | int |
| Type | Description |
| TranscriptNormalization.Entry |
getEntriesCount()
public abstract 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.v1p1beta1.TranscriptNormalization.Entry entries = 1;
| Type | Description |
| int |
getEntriesList()
public abstract List<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.v1p1beta1.TranscriptNormalization.Entry entries = 1;
| Type | Description |
| List<Entry> |
getEntriesOrBuilder(int index)
public abstract 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.v1p1beta1.TranscriptNormalization.Entry entries = 1;
| Name | Description |
| index | int |
| Type | Description |
| TranscriptNormalization.EntryOrBuilder |
getEntriesOrBuilderList()
public abstract 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.v1p1beta1.TranscriptNormalization.Entry entries = 1;
| Type | Description |
| List<? extends com.google.cloud.speech.v1p1beta1.TranscriptNormalization.EntryOrBuilder> |