Class protos.google.cloud.mediatranslation.v1beta1.TranslateSpeechConfig (2.2.3)

Represents a TranslateSpeechConfig.

Package

@google-cloud/media-translation!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.mediatranslation.v1beta1.ITranslateSpeechConfig);

Constructs a new TranslateSpeechConfig.

Parameter
NameDescription
properties ITranslateSpeechConfig

Properties to set

Properties

audioEncoding

public audioEncoding: string;

TranslateSpeechConfig audioEncoding.

Property Value
TypeDescription
string

model

public model: string;

TranslateSpeechConfig model.

Property Value
TypeDescription
string

sampleRateHertz

public sampleRateHertz: number;

TranslateSpeechConfig sampleRateHertz.

Property Value
TypeDescription
number

sourceLanguageCode

public sourceLanguageCode: string;

TranslateSpeechConfig sourceLanguageCode.

Property Value
TypeDescription
string

targetLanguageCode

public targetLanguageCode: string;

TranslateSpeechConfig targetLanguageCode.

Property Value
TypeDescription
string

Methods

create(properties)

public static create(properties?: google.cloud.mediatranslation.v1beta1.ITranslateSpeechConfig): google.cloud.mediatranslation.v1beta1.TranslateSpeechConfig;

Creates a new TranslateSpeechConfig instance using the specified properties.

Parameter
NameDescription
properties ITranslateSpeechConfig

Properties to set

Returns
TypeDescription
google.cloud.mediatranslation.v1beta1.TranslateSpeechConfig

TranslateSpeechConfig instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.mediatranslation.v1beta1.TranslateSpeechConfig;

Decodes a TranslateSpeechConfig 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.mediatranslation.v1beta1.TranslateSpeechConfig

TranslateSpeechConfig

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.mediatranslation.v1beta1.TranslateSpeechConfig;

Decodes a TranslateSpeechConfig 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.mediatranslation.v1beta1.TranslateSpeechConfig

TranslateSpeechConfig

encode(message, writer)

public static encode(message: google.cloud.mediatranslation.v1beta1.ITranslateSpeechConfig, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified TranslateSpeechConfig message. Does not implicitly messages.

Parameters
NameDescription
message ITranslateSpeechConfig

TranslateSpeechConfig 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.mediatranslation.v1beta1.ITranslateSpeechConfig, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message ITranslateSpeechConfig

TranslateSpeechConfig 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.mediatranslation.v1beta1.TranslateSpeechConfig;

Creates a TranslateSpeechConfig 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.mediatranslation.v1beta1.TranslateSpeechConfig

TranslateSpeechConfig

toJSON()

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

Converts this TranslateSpeechConfig to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message google.cloud.mediatranslation.v1beta1.TranslateSpeechConfig

TranslateSpeechConfig

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 TranslateSpeechConfig 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