LanguageTool (Independent Publisher) (deprecated) [DEPRECATED]
Check texts for style and grammar issues with LanguageTool. (deprecated)
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Fordos Andras |
fordosa90@gmail.com |
Connector Metadata | |
---|---|
Publisher | Fordos Andras |
Website | https://languagetool.org/ |
Privacy policy | https://languagetool.org/legal/privacy |
Categories | IT Operations;Productivity |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Check a text (deprecated) [DEPRECATED] |
Check a text with LanguageTool for possible style and grammar issues. (deprecated) |
Get a list of supported languages (deprecated) [DEPRECATED] |
Get a list of supported languages and their variants. (deprecated) |
Check a text (deprecated) [DEPRECATED]
Check a text with LanguageTool for possible style and grammar issues. (deprecated)
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Text to be checked
|
text | string |
The text to be checked. This or 'text (JSON)' is required. |
|
Text to be checked (JSON)
|
data | string |
The text to be checked, given as a JSON document that specifies what's text and what's markup. This or 'text' is required. |
|
Language code, e.g. 'en-AU'
|
language | True | string |
A language code like en-US, de-DE, fr, or auto. For English and German, a specific variant has to be chosen. |
Mother tongue of content writer
|
motherTongue | string |
A language code of the user's native language, enabling false friends checks if needed. |
|
Preferred variants
|
preferredVariants | string |
Comma-separated list of preferred language variants, most important when using 'auto' detected language. |
|
Level of check
|
level | string |
If set to 'picky', additional rules will be activated, i.e. rules found useful for formal texts. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Name
|
language.name | string |
Name of the requested language or variant. |
Code
|
language.code | string |
Code of the requested language or variant. |
Name (Detected)
|
language.detectedLanguage.name | string |
Name of the detected language or variant. |
Code (Detected)
|
language.detectedLanguage.code | string |
Code of the detected language or variant. |
Confidence (Detected)
|
language.detectedLanguage.confidence | float |
Confidence of the language detection. |
Warning
|
matches | array of object |
Array of potential errors and warnings. |
Message
|
matches.message | string |
Description of the identified issue. |
Short Message
|
matches.shortMessage | string |
Short summary of the identified issue. |
Target Offset
|
matches.offset | integer |
Starting index in text of the identified issue. |
Target Length
|
matches.length | integer |
Character length in text of the identified issue. |
Replacement
|
matches.replacements | array of object |
Array of potential replacements. |
Value
|
matches.replacements.value | string |
Identified potential replacement. |
Text
|
matches.context.text | string |
Sample of contextual text for the issue. |
Offset
|
matches.context.offset | integer |
Starting index in sample text of the identified issue. |
Length
|
matches.context.length | integer |
Character length in sample text of the identified issue. |
Sentence
|
matches.sentence | string |
Sentence containing the identified issue in input text. |
Id
|
matches.rule.id | string |
Unique ID of the rule. |
Description
|
matches.rule.description | string |
Short description of the rule. |
Id
|
matches.rule.category.id | string |
Unique ID of the category. |
Name
|
matches.rule.category.name | string |
Name of the category. |
Sub Id
|
matches.rule.subId | string |
Sub ID of the rule. |
Type
|
matches.rule.issueType | string |
Type of the issue targeted by the rule. |
Get a list of supported languages (deprecated) [DEPRECATED]
Get a list of supported languages and their variants. (deprecated)
Returns
Name | Path | Type | Description |
---|---|---|---|
|
array of object | ||
Name
|
name | string |
Name of the language or variant. |
Code
|
code | string |
Language code, e.g. 'en' for English and its variants. |
Long Code
|
longCode | string |
Full language code, e.g. 'en-AU' for 'English (Australian)'. |