0

テキストからエンティティを検出するために python boto3 を使用しています。「product」:「x」などのタグを API 呼び出しに追加することはできますか?

comprehend = boto3.client(service_name='comprehend', region_name='us-east-1')
response = comprehend.detect_entities(Text=text, LanguageCode='en')
4

2 に答える 2