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. |
↳ vtt_captions |
string
The transcript for the audio file as VTT formatted captions. This is populated only when |
↳ srt_captions |
string
The transcript for the audio file as SRT formatted captions. This is populated only when |
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 |
getVttCaptions
The transcript for the audio file as VTT formatted captions. This is
populated only when VTT
output is requested.
Returns | |
---|---|
Type | Description |
string |
setVttCaptions
The transcript for the audio file as VTT formatted captions. This is
populated only when VTT
output is requested.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSrtCaptions
The transcript for the audio file as SRT formatted captions. This is
populated only when SRT
output is requested.
Returns | |
---|---|
Type | Description |
string |
setSrtCaptions
The transcript for the audio file as SRT formatted captions. This is
populated only when SRT
output is requested.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |