Interface TranscriptNormalizationOrBuilder (4.36.0)

public interface TranscriptNormalizationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.v1.TranscriptNormalization.Entry entries = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1.TranscriptNormalization.Entry entries = 1;

Returns
TypeDescription
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.v1.TranscriptNormalization.Entry entries = 1;

Returns
TypeDescription
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.v1.TranscriptNormalization.Entry entries = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1.TranscriptNormalization.Entry entries = 1;

Returns
TypeDescription
List<? extends com.google.cloud.speech.v1.TranscriptNormalization.EntryOrBuilder>