|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > AI - Artificial Intelligence Commands > AIC. - Artificial Intelligence Command > AIC Commands |
Detect language with GPT
AIC_---Artificial-Intelligenc2(Text)
Name
Type
Required
Description
Text
String
Yes
Text to analyze for language detection
Type
Description
String
Returns detected language code (e.g., "en", "de", "fr")
·Uses GPT for accurate language detection
·Returns ISO 639-1 language codes
·Supports 50+ languages
' Detect language of textDim lang As Stringlang = AIC_---Artificial-Intelligenc2("Hello, world!")Print "Detected: " & lang ' Output: "en"
Uses GPT to detect the language of the provided text.
AIC_GetContent, AIC_---Artificial-Intelligenc2
Previous Top Next