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.v2.TranscriptNormalization.Entry entries = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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.v2.TranscriptNormalization.Entry entries = 1;
| Returns | |
|---|---|
| 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.v2.TranscriptNormalization.Entry entries = 1;
| Returns | |
|---|---|
| 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.v2.TranscriptNormalization.Entry entries = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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.v2.TranscriptNormalization.Entry entries = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.speech.v2.TranscriptNormalization.EntryOrBuilder> |
|