[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-29 UTC。"],[[["\u003cp\u003eThe \u003ccode\u003eFeature\u003c/code\u003e object specifies the type of Google Cloud Vision API detection to perform and allows for multiple detection types.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etype\u003c/code\u003e field defines the specific feature type, chosen from options like \u003ccode\u003eTEXT_DETECTION\u003c/code\u003e or \u003ccode\u003eDOCUMENT_TEXT_DETECTION\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emodel\u003c/code\u003e field allows specifying a particular model for the feature, with options like "builtin/stable", "builtin/latest", and "builtin/weekly".\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTEXT_DETECTION\u003c/code\u003e is designed for general text within images, whereas \u003ccode\u003eDOCUMENT_TEXT_DETECTION\u003c/code\u003e is optimized for dense text in documents.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDOCUMENT_TEXT_DETECTION\u003c/code\u003e takes priority if both \u003ccode\u003eDOCUMENT_TEXT_DETECTION\u003c/code\u003e and \u003ccode\u003eTEXT_DETECTION\u003c/code\u003e are specified.\u003c/p\u003e\n"]]],[],null,["# Feature\n\nThe type of Google Cloud Vision API detection to perform, and the maximum number of results to return for that type. Multiple `Feature` objects can be specified in the `features` list.\n\nType\n----\n\nType of Google Cloud Vision API feature to be extracted."]]