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
Namespace
Google \ Cloud \ Speech \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gcs_output_config |
GcsOutputConfig
If this message is populated, recognition results are written to the provided Google Cloud Storage URI. |
↳ inline_response_config |
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. |
↳ output_format_config |
OutputFormatConfig
Optional. Configuration for the format of the results stored to |
getGcsOutputConfig
If this message is populated, recognition results are written to the provided Google Cloud Storage URI.
Returns | |
---|---|
Type | Description |
GcsOutputConfig|null |
hasGcsOutputConfig
setGcsOutputConfig
If this message is populated, recognition results are written to the provided Google Cloud Storage URI.
Parameter | |
---|---|
Name | Description |
var |
GcsOutputConfig
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
InlineOutputConfig
|
Returns | |
---|---|
Type | Description |
$this |
getOutputFormatConfig
Optional. Configuration for the format of the results stored to output
.
If unspecified transcripts will be written in the NATIVE
format only.
Returns | |
---|---|
Type | Description |
OutputFormatConfig|null |
hasOutputFormatConfig
clearOutputFormatConfig
setOutputFormatConfig
Optional. Configuration for the format of the results stored to output
.
If unspecified transcripts will be written in the NATIVE
format only.
Parameter | |
---|---|
Name | Description |
var |
OutputFormatConfig
|
Returns | |
---|---|
Type | Description |
$this |
getOutput
Returns | |
---|---|
Type | Description |
string |