Constructor
new RecognitionConfig(propertiesopt)
Constructs a new RecognitionConfig.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
properties |
google.cloud.speech.v1p1beta1.IRecognitionConfig |
<optional> |
Properties to set |
- Implements:
-
- IRecognitionConfig
Members
(static) AudioEncoding :number
AudioEncoding enum.
Properties:
| Name | Type | Description |
|---|---|---|
ENCODING_UNSPECIFIED |
number |
ENCODING_UNSPECIFIED value |
LINEAR16 |
number |
LINEAR16 value |
FLAC |
number |
FLAC value |
MULAW |
number |
MULAW value |
AMR |
number |
AMR value |
AMR_WB |
number |
AMR_WB value |
OGG_OPUS |
number |
OGG_OPUS value |
SPEEX_WITH_HEADER_BYTE |
number |
SPEEX_WITH_HEADER_BYTE value |
MP3 |
number |
MP3 value |
adaptation :google.cloud.speech.v1p1beta1.ISpeechAdaptation|null|undefined
RecognitionConfig adaptation.
alternativeLanguageCodes :Array.<string>
RecognitionConfig alternativeLanguageCodes.
audioChannelCount :number
RecognitionConfig audioChannelCount.
diarizationConfig :google.cloud.speech.v1p1beta1.ISpeakerDiarizationConfig|null|undefined
RecognitionConfig diarizationConfig.
diarizationSpeakerCount :number
RecognitionConfig diarizationSpeakerCount.
enableAutomaticPunctuation :boolean
RecognitionConfig enableAutomaticPunctuation.
enableSeparateRecognitionPerChannel :boolean
RecognitionConfig enableSeparateRecognitionPerChannel.
enableSpeakerDiarization :boolean
RecognitionConfig enableSpeakerDiarization.
enableWordConfidence :boolean
RecognitionConfig enableWordConfidence.
enableWordTimeOffsets :boolean
RecognitionConfig enableWordTimeOffsets.
encoding :google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding
RecognitionConfig encoding.
languageCode :string
RecognitionConfig languageCode.
maxAlternatives :number
RecognitionConfig maxAlternatives.
metadata :google.cloud.speech.v1p1beta1.IRecognitionMetadata|null|undefined
RecognitionConfig metadata.
model :string
RecognitionConfig model.
profanityFilter :boolean
RecognitionConfig profanityFilter.
sampleRateHertz :number
RecognitionConfig sampleRateHertz.
speechContexts :Array.<google.cloud.speech.v1p1beta1.ISpeechContext>
RecognitionConfig speechContexts.
useEnhanced :boolean
RecognitionConfig useEnhanced.
Methods
(static) create(propertiesopt) → {google.cloud.speech.v1p1beta1.RecognitionConfig}
Creates a new RecognitionConfig instance using the specified properties.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
properties |
google.cloud.speech.v1p1beta1.IRecognitionConfig |
<optional> |
Properties to set |
(static) decode(reader, lengthopt) → {google.cloud.speech.v1p1beta1.RecognitionConfig}
Decodes a RecognitionConfig message from the specified reader or buffer.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
reader |
$protobuf.Reader | Uint8Array |
Reader or buffer to decode from |
|
length |
number |
<optional> |
Message length if known beforehand |
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
(static) decodeDelimited(reader) → {google.cloud.speech.v1p1beta1.RecognitionConfig}
Decodes a RecognitionConfig message from the specified reader or buffer, length delimited.
Parameters:
| Name | Type | Description |
|---|---|---|
reader |
$protobuf.Reader | Uint8Array |
Reader or buffer to decode from |
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
(static) encode(message, writeropt) → {$protobuf.Writer}
Encodes the specified RecognitionConfig message. Does not implicitly verify messages.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
message |
google.cloud.speech.v1p1beta1.IRecognitionConfig |
RecognitionConfig message or plain object to encode |
|
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
(static) encodeDelimited(message, writeropt) → {$protobuf.Writer}
Encodes the specified RecognitionConfig message, length delimited. Does not implicitly verify messages.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
message |
google.cloud.speech.v1p1beta1.IRecognitionConfig |
RecognitionConfig message or plain object to encode |
|
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
(static) fromObject(object) → {google.cloud.speech.v1p1beta1.RecognitionConfig}
Creates a RecognitionConfig message from a plain object. Also converts values to their respective internal types.
Parameters:
| Name | Type | Description |
|---|---|---|
object |
Object.<string, *> |
Plain object |
(static) toObject(message, optionsopt) → {Object.<string, *>}
Creates a plain object from a RecognitionConfig message. Also converts values to other types if specified.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
message |
google.cloud.speech.v1p1beta1.RecognitionConfig |
RecognitionConfig |
|
options |
$protobuf.IConversionOptions |
<optional> |
Conversion options |
(static) verify(message) → {string|null}
Verifies a RecognitionConfig message.
Parameters:
| Name | Type | Description |
|---|---|---|
message |
Object.<string, *> |
Plain object to verify |
toJSON() → {Object.<string, *>}
Converts this RecognitionConfig to JSON.