The language detection is now done in blocks

This commit is contained in:
Michael 2023-10-11 18:38:14 +00:00
parent 1723aa0697
commit f4591b2cc7
3 changed files with 85 additions and 31 deletions

View file

@ -228,6 +228,7 @@ Called after the language detection. This can be used for alternative language d
- **text**: The text that is analyzed.
- **detected**: (input/output) Array of language codes detected in the related text. The array key is the language code, the array value the probability.
- **uri-id**: The Uri-Id of the item.
- **author-id**: The id of the author contact.
### addon_settings
Called when generating the HTML for the addon settings page.