Reference documentation and code samples for the Cloud Speech V2 Client class BatchRecognizeResponse.
Response message for BatchRecognize that is packaged into a longrunning Operation.
Generated from protobuf message google.cloud.speech.v2.BatchRecognizeResponse
Namespace
Google \ Cloud \ Speech \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ results |
array|Google\Protobuf\Internal\MapField
Map from filename to the final result for that file. |
↳ total_billed_duration |
Google\Protobuf\Duration
When available, billed audio seconds for the corresponding request. |
getResults
Map from filename to the final result for that file.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setResults
Map from filename to the final result for that file.
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTotalBilledDuration
When available, billed audio seconds for the corresponding request.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Duration|null |
|
hasTotalBilledDuration
clearTotalBilledDuration
setTotalBilledDuration
When available, billed audio seconds for the corresponding request.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Duration
|
| Returns | |
|---|---|
| Type | Description |
$this |
|