Cloud Translation V3 Client - Class DetectedLanguage (1.17.5)

Reference documentation and code samples for the Cloud Translation V3 Client class DetectedLanguage.

The response message for language detection.

Generated from protobuf message google.cloud.translation.v3.DetectedLanguage

Namespace

Google \ Cloud \ Translate \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ language_code string

The ISO-639 language code of the source content in the request, detected automatically.

↳ confidence float

The confidence of the detection result for this language.

getLanguageCode

The ISO-639 language code of the source content in the request, detected automatically.

Returns
TypeDescription
string

setLanguageCode

The ISO-639 language code of the source content in the request, detected automatically.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getConfidence

The confidence of the detection result for this language.

Returns
TypeDescription
float

setConfidence

The confidence of the detection result for this language.

Parameter
NameDescription
var float
Returns
TypeDescription
$this