LanguageDetect

Language detection based on Google's language-detection.

python · Common Scripts

Details

IDLanguageDetect
Languagepython
From Version5.0.0
Docker Imagedemisto/py3-tools:1.0.0.11597437
TagsUtility

README

Detects language based on Google’s language-detection.

Script Data


Name Description
Script Type python
Tags Utility

Inputs


Argument Name Description
text The text to analyse for language detection.

Outputs


Path Description Type
langDetect.lang The language detected. Unknown
langDetect.probability The probability of the language detected. Unknown
commonfields:
  id: LanguageDetect
  version: -1
name: LanguageDetect
script: ''
type: python
subtype: python3
tags:
- Utility
comment: Language detection based on Google's language-detection.
enabled: true
args:
- name: text
  required: true
  default: true
  description: Text to analyse for language detection.
outputs:
- contextPath: langDetect.lang
  description: Language detection.
- contextPath: langDetect.probability
  description: Probability of language detection.
scripttarget: 0
dockerimage: demisto/py3-tools:1.0.0.11597437
fromversion: 5.0.0
tests:
- LanguageDetect-Test