Interface TranscriptNormalization.EntryOrBuilder (4.36.0)

public static interface TranscriptNormalization.EntryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCaseSensitive()

public abstract boolean getCaseSensitive()

Whether the search is case sensitive.

bool case_sensitive = 3;

Returns
TypeDescription
boolean

The caseSensitive.

getReplace()

public abstract String getReplace()

What to replace with. Max length is 100 characters.

string replace = 2;

Returns
TypeDescription
String

The replace.

getReplaceBytes()

public abstract ByteString getReplaceBytes()

What to replace with. Max length is 100 characters.

string replace = 2;

Returns
TypeDescription
ByteString

The bytes for replace.

getSearch()

public abstract String getSearch()

What to replace. Max length is 100 characters.

string search = 1;

Returns
TypeDescription
String

The search.

getSearchBytes()

public abstract ByteString getSearchBytes()

What to replace. Max length is 100 characters.

string search = 1;

Returns
TypeDescription
ByteString

The bytes for search.