Reference documentation and code samples for the Cloud Speech V2 Client class BatchRecognizeResults.
Output type for Cloud Storage of BatchRecognize transcripts. Though this proto isn't returned in this API anywhere, the Cloud Storage transcripts will be this proto serialized and should be parsed as such.
Generated from protobuf message google.cloud.speech.v2.BatchRecognizeResults
Namespace
Google \ Cloud \ Speech \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ results |
array<Google\Cloud\Speech\V2\SpeechRecognitionResult>
Sequential list of transcription results corresponding to sequential portions of audio. |
↳ metadata |
Google\Cloud\Speech\V2\RecognitionResponseMetadata
Metadata about the recognition. |
getResults
Sequential list of transcription results corresponding to sequential portions of audio.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setResults
Sequential list of transcription results corresponding to sequential portions of audio.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Speech\V2\SpeechRecognitionResult>
|
Returns | |
---|---|
Type | Description |
$this |
getMetadata
Metadata about the recognition.
Returns | |
---|---|
Type | Description |
Google\Cloud\Speech\V2\RecognitionResponseMetadata|null |
hasMetadata
clearMetadata
setMetadata
Metadata about the recognition.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Speech\V2\RecognitionResponseMetadata
|
Returns | |
---|---|
Type | Description |
$this |