Interface protos.google.cloud.translation.v3beta1.IDetectLanguageRequest (6.2.7)

Properties of a DetectLanguageRequest.

Package

@google-cloud/translate!

Properties

content

content?: (string|null);

DetectLanguageRequest content

Property Value
TypeDescription
(string|null)

labels

labels?: ({ [k: string]: string }|null);

DetectLanguageRequest labels

Property Value
TypeDescription
({ [k: string]: string }|null)

mimeType

mimeType?: (string|null);

DetectLanguageRequest mimeType

Property Value
TypeDescription
(string|null)

model

model?: (string|null);

DetectLanguageRequest model

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

DetectLanguageRequest parent

Property Value
TypeDescription
(string|null)