Cloud Speech V2 Client - Class RecognitionOutputConfig (1.11.2)

Reference documentation and code samples for the Cloud Speech V2 Client class RecognitionOutputConfig.

Configuration options for the output(s) of recognition.

Generated from protobuf message google.cloud.speech.v2.RecognitionOutputConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ gcs_output_config Google\Cloud\Speech\V2\GcsOutputConfig

If this message is populated, recognition results are written to the provided Google Cloud Storage URI.

↳ inline_response_config Google\Cloud\Speech\V2\InlineOutputConfig

If this message is populated, recognition results are provided in the BatchRecognizeResponse message of the Operation when completed. This is only supported when calling BatchRecognize with just one audio file.

getGcsOutputConfig

If this message is populated, recognition results are written to the provided Google Cloud Storage URI.

Returns
TypeDescription
Google\Cloud\Speech\V2\GcsOutputConfig|null

hasGcsOutputConfig

setGcsOutputConfig

If this message is populated, recognition results are written to the provided Google Cloud Storage URI.

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

getInlineResponseConfig

If this message is populated, recognition results are provided in the BatchRecognizeResponse message of the Operation when completed. This is only supported when calling BatchRecognize with just one audio file.

Returns
TypeDescription
Google\Cloud\Speech\V2\InlineOutputConfig|null

hasInlineResponseConfig

setInlineResponseConfig

If this message is populated, recognition results are provided in the BatchRecognizeResponse message of the Operation when completed. This is only supported when calling BatchRecognize with just one audio file.

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

getOutput

Returns
TypeDescription
string