detectedLanguageCode property

String? detectedLanguageCode
getter/setter pair

The detected language for the input document.

If the user did not provide the source language for the input document, this field will have the language code automatically detected. If the source language was passed, auto-detection of the language does not occur and this field is empty.

Implementation

core.String? detectedLanguageCode;