action datumbox_language_detection { label: "Identifies the Language of the Document" description: "The Language Detection function identifies the natural language of the given document based on its words and context. This classifier is able to detect 96 different languages." provider: datumbox method: POST path: "/1.0/LanguageDetection.json" encoding: form output: { type: "object" additionalProperties: true } }