Cloud Speech V2 Client - Class InlineResult (1.15.0)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Cloud\Speech\V2\BatchRecognizeResults|null

hasTranscript

clearTranscript

setTranscript

The transcript for the audio file.

Parameter
NameDescription
var Google\Cloud\Speech\V2\BatchRecognizeResults
Returns
TypeDescription
$this