Comprehend.detectDominantLanguage text length & Confidence

0

Hello,

How long should be a correct text so that AWS SDK Comprehend.detectDominantLanguage to surely detect its language (minimum number of words) ?

The use case is the detected text fragments from travel pictures. How is Comprehend language detection influenced by the fact that some words from picture, and thus from phrase, might not be correctly extracted ? Will Comprehend guess the misspelled words, or ignore them ?

The answer should lead to a pre-process of the text, so that only high chances text to be sent to Comprehend. How should input text be pre-processed (classified) considering the detection Confidence from Rekognition ? Which is the average Rekognition.Confidence of words for a whole text, so that to be successfully detected by Comprehend.detectDominantLanguage ?

Thank you,
Mihai

  • Hello,

    Regarding the last question (Which is the average Rekognition.Confidence of words for a whole text, so that to be successfully detected by Comprehend.detectDominantLanguage ?), I think a better (practical) one could be :

    Which is the minimum length and Confidence of a Rekognition.LINE from an image, so that its language to be successfully detected by Comprehend.detectDominantLanguage ?

    Sorry for the vagueness of questions and thank you,
    Mihai

已提问 8 个月前185 查看次数
1 回答
0
已接受的回答

The API's minimum requirement for a request is 20 characters. https://docs.aws.amazon.com/comprehend/latest/APIReference/API_DetectDominantLanguage.html

For questions about accuracy and integration with other services (Amazon Rekognition), please cut a ticket to be investigated with the necessary resources.

AWS
已回答 8 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则