Reference documentation and code samples for the Cloud Speech V1 Client class ABNFGrammar.
Generated from protobuf message google.cloud.speech.v1.SpeechAdaptation.ABNFGrammar
Namespace
Google \ Cloud \ Speech \ V1 \ SpeechAdaptationMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ abnf_strings |
array
All declarations and rules of an ABNF grammar broken up into multiple strings that will end up concatenated. |
getAbnfStrings
All declarations and rules of an ABNF grammar broken up into multiple strings that will end up concatenated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAbnfStrings
All declarations and rules of an ABNF grammar broken up into multiple strings that will end up concatenated.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |