DetectLanguageResponse

The response message for language detection.

JSON representation
 { 
 "languages" 
 : 
 [ 
 { 
 object (  DetectedLanguage 
 
) 
 } 
 ] 
 } 
Fields
languages[]

object ( DetectedLanguage )

The most probable language detected by the Translation API. For each request, the Translation API will always return only one result.

DetectedLanguage

The response message for language detection.

JSON representation
 { 
 "languageCode" 
 : 
 string 
 , 
 "confidence" 
 : 
 number 
 } 
Fields
languageCode

string

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

confidence

number

The confidence of the detection result for this language.

Create a Mobile Website
View Site in Mobile | Classic
Share by: