Reference documentation and code samples for the Cloud Speech V2 Client class InlineResult.
Final results returned inline in the recognition response.
Generated from protobuf message google.cloud.speech.v2.InlineResult
Namespace
Google \ Cloud \ Speech \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ transcript |
Google\Cloud\Speech\V2\BatchRecognizeResults
The transcript for the audio file. |
getTranscript
The transcript for the audio file.
Returns | |
---|---|
Type | Description |
Google\Cloud\Speech\V2\BatchRecognizeResults|null |
hasTranscript
clearTranscript
setTranscript
The transcript for the audio file.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Speech\V2\BatchRecognizeResults
|
Returns | |
---|---|
Type | Description |
$this |