Reference documentation and code samples for the Cloud Speech V2 Client class Entry.
A single replacement configuration.
Generated from protobuf message google.cloud.speech.v2.TranscriptNormalization.Entry
Namespace
Google \ Cloud \ Speech \ V2 \ TranscriptNormalizationMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ search
string
What to replace. Max length is 100 characters.
↳ replace
string
What to replace with. Max length is 100 characters.
↳ case_sensitive
bool
Whether the search is case sensitive.
getSearch
What to replace. Max length is 100 characters.
string
setSearch
What to replace. Max length is 100 characters.
var
string
$this
getReplace
What to replace with. Max length is 100 characters.
string
setReplace
What to replace with. Max length is 100 characters.
var
string
$this
getCaseSensitive
Whether the search is case sensitive.
bool
setCaseSensitive
Whether the search is case sensitive.
var
bool
$this