2017-05-18 5 views

答えて

1

ほとんどの時間、あなたはJSONレスポンスのwebEntities配列に検索することができます。私はあなたのseconde絵にしようと、次の結果を得た:

"webEntities": [ 
    { 
    "entityId": "/m/068jd", 
    "score": 0.71919, 
    "description": "Photograph" 
    }, 
    { 
    "entityId": "/m/04dtx9", 
    "score": 0.71809, 
    "description": "Flickr" 
    }, 
    { 
    "entityId": "/m/07glzq", 
    "score": 0.71192, 
    "description": "Sketch" 
    }, 
    { 
    "entityId": "/m/0k0pj", 
    "score": 0.64715505, 
    "description": "Nose" 
    }, 
    { 
    "entityId": "/m/01kr8f", 
    "score": 0.41121, 
    "description": "Illustration" 
    }, 
    { 
    "entityId": "/m/03c51f4", 
    "score": 0.39885, 
    "description": "Tagged" 
    }, 
    { 
    "entityId": "/m/01dv4h", 
    "score": 0.37724, 
    "description": "Portrait" 
    }, 
    { 
    "entityId": "/m/02csf", 
    "score": 0.37219, 
    "description": "Drawing" 
    }, 
    { 
    "entityId": "/m/0jjw", 
    "score": 0.36841, 
    "description": "Art" 
    }, 
    { 
    "entityId": "/m/03b19x", 
    "score": 0.36128, 
    "description": "Digital painting" 
    }, 
    { 
    "entityId": "/m/0mfx0", 
    "score": 0.31653, 
    "description": "Doodle" 
    }, 

私は「ペイント」、「描画」、「スケッチ」などの単語をこれらのタグで検索する以外にそれを行うには些細な方法はありませんだと思います。 。

+0

私は値が様々であり、それを決定するのは難しいと同意します。絵やその他のものとして受け入れることです...私はGoogle Visionがこの問題をサポートするアルゴリズムを拡張するべきだと思います。私の場合は、パスポート写真と絵画の画像は何とか許可されていないため、画像を検出する必要があります。 – sopheamak

関連する問題