Cloud Speech V2 Client - Class Entry (1.16.0)

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 \ TranscriptNormalization

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setSearch

What to replace. Max length is 100 characters.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getReplace

What to replace with. Max length is 100 characters.

Returns
TypeDescription
string

setReplace

What to replace with. Max length is 100 characters.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCaseSensitive

Whether the search is case sensitive.

Returns
TypeDescription
bool

setCaseSensitive

Whether the search is case sensitive.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this