]> git.mxchange.org Git - friendica.git/blobdiff - doc/Addons.md
Merge pull request #13732 from annando/issue-13731
[friendica.git] / doc / Addons.md
index 8ad1f89ebef0f9640be56a9292057c35ffc41aeb..b89a48d26d328ebf017808356f7335621b7f0de5 100644 (file)
@@ -226,8 +226,9 @@ Called after the language detection. This can be used for alternative language d
 `$data` is an array:
 
 - **text**: The text that is analyzed.
-- **detected**: (input/output) Array of language codes detected in the related text.
+- **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.