Reference documentation and code samples for the Cloud Speech V2 Client class CloudStorageResult.
Final results written to Cloud Storage.
Generated from protobuf message google.cloud.speech.v2.CloudStorageResult
Namespace
Google \ Cloud \ Speech \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ uri
string
The Cloud Storage URI to which recognition results were written.
↳ vtt_format_uri
string
The Cloud Storage URI to which recognition results were written as VTT formatted captions. This is populated only when VTT
output is requested.
↳ srt_format_uri
string
The Cloud Storage URI to which recognition results were written as SRT formatted captions. This is populated only when SRT
output is requested.
getUri
The Cloud Storage URI to which recognition results were written.
string
setUri
The Cloud Storage URI to which recognition results were written.
var
string
$this
getVttFormatUri
The Cloud Storage URI to which recognition results were written as VTT
formatted captions. This is populated only when VTT
output is requested.
string
setVttFormatUri
The Cloud Storage URI to which recognition results were written as VTT
formatted captions. This is populated only when VTT
output is requested.
var
string
$this
getSrtFormatUri
The Cloud Storage URI to which recognition results were written as SRT
formatted captions. This is populated only when SRT
output is requested.
string
setSrtFormatUri
The Cloud Storage URI to which recognition results were written as SRT
formatted captions. This is populated only when SRT
output is requested.
var
string
$this