Reference documentation and code samples for the Cloud Speech V1p1beta1 Client class ABNFGrammar.
Generated from protobuf message google.cloud.speech.v1p1beta1.SpeechAdaptation.ABNFGrammar
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ abnf_strings | arrayAll 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 | |