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.
| Parameters | |
|---|---|
| Name | Description |
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.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSearch
What to replace. Max length is 100 characters.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getReplace
What to replace with. Max length is 100 characters.
| Returns | |
|---|---|
| Type | Description |
string |
|
setReplace
What to replace with. Max length is 100 characters.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCaseSensitive
Whether the search is case sensitive.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setCaseSensitive
Whether the search is case sensitive.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|