2017-09-25 131 views
0

我正在使用適用於Android的Google Cloud API Java庫。並使用com.google.api.services.vision.v1.model.Feature包中的Feature API。可以從Google Cloud Vision API請求什麼功能字符串

com.google.api.services.vision.v1.model.Feature.setType(MY_FEATURE); 

考慮上面的簡單調用。
我正在尋找可以以字符串的形式請求所有功能MY_FEATURE的詳細信息。在哪裏得到這些細節?任何文檔?

我無法在常規搜索中找到它。

回答