Class protos.google.cloud.speech.v1p1beta1.RecognitionConfig (4.8.1)

Represents a RecognitionConfig.

Package

@google-cloud/speech!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.speech.v1p1beta1.IRecognitionConfig);

Constructs a new RecognitionConfig.

Parameter
NameDescription
properties IRecognitionConfig

Properties to set

Properties

adaptation

public adaptation?: (google.cloud.speech.v1p1beta1.ISpeechAdaptation|null);

RecognitionConfig adaptation.

Property Value
TypeDescription
(google.cloud.speech.v1p1beta1.ISpeechAdaptation|null)

alternativeLanguageCodes

public alternativeLanguageCodes: string[];

RecognitionConfig alternativeLanguageCodes.

Property Value
TypeDescription
string[]

audioChannelCount

public audioChannelCount: number;

RecognitionConfig audioChannelCount.

Property Value
TypeDescription
number

diarizationConfig

public diarizationConfig?: (google.cloud.speech.v1p1beta1.ISpeakerDiarizationConfig|null);

RecognitionConfig diarizationConfig.

Property Value
TypeDescription
(google.cloud.speech.v1p1beta1.ISpeakerDiarizationConfig|null)

diarizationSpeakerCount

public diarizationSpeakerCount: number;

RecognitionConfig diarizationSpeakerCount.

Property Value
TypeDescription
number

enableAutomaticPunctuation

public enableAutomaticPunctuation: boolean;

RecognitionConfig enableAutomaticPunctuation.

Property Value
TypeDescription
boolean

enableSeparateRecognitionPerChannel

public enableSeparateRecognitionPerChannel: boolean;

RecognitionConfig enableSeparateRecognitionPerChannel.

Property Value
TypeDescription
boolean

enableSpeakerDiarization

public enableSpeakerDiarization: boolean;

RecognitionConfig enableSpeakerDiarization.

Property Value
TypeDescription
boolean

enableSpokenEmojis

public enableSpokenEmojis?: (google.protobuf.IBoolValue|null);

RecognitionConfig enableSpokenEmojis.

Property Value
TypeDescription
(google.protobuf.IBoolValue|null)

enableSpokenPunctuation

public enableSpokenPunctuation?: (google.protobuf.IBoolValue|null);

RecognitionConfig enableSpokenPunctuation.

Property Value
TypeDescription
(google.protobuf.IBoolValue|null)

enableWordConfidence

public enableWordConfidence: boolean;

RecognitionConfig enableWordConfidence.

Property Value
TypeDescription
boolean

enableWordTimeOffsets

public enableWordTimeOffsets: boolean;

RecognitionConfig enableWordTimeOffsets.

Property Value
TypeDescription
boolean

encoding

public encoding: (google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding|keyof typeof google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding);

RecognitionConfig encoding.

Property Value
TypeDescription
(google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding|keyof typeof google.cloud.speech.v1p1beta1.RecognitionConfig.AudioEncoding)

languageCode

public languageCode: string;

RecognitionConfig languageCode.

Property Value
TypeDescription
string

maxAlternatives

public maxAlternatives: number;

RecognitionConfig maxAlternatives.

Property Value
TypeDescription
number

metadata

public metadata?: (google.cloud.speech.v1p1beta1.IRecognitionMetadata|null);

RecognitionConfig metadata.

Property Value
TypeDescription
(google.cloud.speech.v1p1beta1.IRecognitionMetadata|null)

model

public model: string;

RecognitionConfig model.

Property Value
TypeDescription
string

profanityFilter

public profanityFilter: boolean;

RecognitionConfig profanityFilter.

Property Value
TypeDescription
boolean

sampleRateHertz

public sampleRateHertz: number;

RecognitionConfig sampleRateHertz.

Property Value
TypeDescription
number

speechContexts

public speechContexts: google.cloud.speech.v1p1beta1.ISpeechContext[];

RecognitionConfig speechContexts.

Property Value
TypeDescription
google.cloud.speech.v1p1beta1.ISpeechContext[]

transcriptNormalization

public transcriptNormalization?: (google.cloud.speech.v1p1beta1.ITranscriptNormalization|null);

RecognitionConfig transcriptNormalization.

Property Value
TypeDescription
(google.cloud.speech.v1p1beta1.ITranscriptNormalization|null)

useEnhanced

public useEnhanced: boolean;

RecognitionConfig useEnhanced.

Property Value
TypeDescription
boolean

Methods

create(properties)

public static create(properties?: google.cloud.speech.v1p1beta1.IRecognitionConfig): google.cloud.speech.v1p1beta1.RecognitionConfig;

Creates a new RecognitionConfig instance using the specified properties.

Parameter
NameDescription
properties IRecognitionConfig

Properties to set

Returns
TypeDescription
google.cloud.speech.v1p1beta1.RecognitionConfig

RecognitionConfig instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.speech.v1p1beta1.RecognitionConfig;

Decodes a RecognitionConfig message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.cloud.speech.v1p1beta1.RecognitionConfig

RecognitionConfig

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.speech.v1p1beta1.RecognitionConfig;

Decodes a RecognitionConfig message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.speech.v1p1beta1.RecognitionConfig

RecognitionConfig

encode(message, writer)

public static encode(message: google.cloud.speech.v1p1beta1.IRecognitionConfig, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified RecognitionConfig message. Does not implicitly messages.

Parameters
NameDescription
message IRecognitionConfig

RecognitionConfig message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.speech.v1p1beta1.IRecognitionConfig, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified RecognitionConfig message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IRecognitionConfig

RecognitionConfig message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.speech.v1p1beta1.RecognitionConfig;

Creates a RecognitionConfig message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.cloud.speech.v1p1beta1.RecognitionConfig

RecognitionConfig

toJSON()

public toJSON(): { [k: string]: any };

Converts this RecognitionConfig to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.speech.v1p1beta1.RecognitionConfig, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a RecognitionConfig message. Also converts values to other types if specified.

Parameters
NameDescription
message google.cloud.speech.v1p1beta1.RecognitionConfig

RecognitionConfig

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a RecognitionConfig message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not