[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-29。"],[[["\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."]]