MicrosoftTranslatorServiceDetect Method |
Detects language of given text using Translator Text API azure cognitive service.
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 13.0.131
Syntax public override string Detect(
string text
)
Parameters
- text
- Type: SystemString
Text the language of which you want to detect
Return Value
Type:
StringSee Also