Details
| ID | LanguageDetect |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/py3-tools:1.0.0.11597437 |
| Tags | Utility |
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