]> git.mxchange.org Git - friendica.git/blobdiff - doc/Addons.md
Merge pull request #13724 from Raroun/Fix-for-Issue-#13637---Photo-caption-prevents...
[friendica.git] / doc / Addons.md
index a0b12267966f4a401e456ece9ff6b61e14702bf4..b89a48d26d328ebf017808356f7335621b7f0de5 100644 (file)
@@ -226,7 +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.