Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
O tipo de detecção da API Google Cloud Vision a ser executado e o número máximo de resultados a serem retornados para esse tipo. Vários objetos Feature podem ser especificados na lista features.
Modelo para usar com o recurso. Valores aceitos: "builtin/stable", o padrão se não definido, e "builtin/latest". O DOCUMENT_TEXT_DETECTION e o TEXT_DETECTION também oferecem suporte a "builtin/weekly" para a versão mais recente atualizada semanalmente.
Tipo
Tipo de recurso da API Google Cloud Vision que será extraído.
Enums
TYPE_UNSPECIFIED
Tipo de recurso não especificado.
TEXT_DETECTION
Realizar reconhecimento de caracteres/reconhecimento de caracteres ópticos (OCR, na sigla em inglês). A detecção de texto é otimizada para áreas de texto em uma imagem maior. Se a imagem for um documento, use DOCUMENT_TEXT_DETECTION.
DOCUMENT_TEXT_DETECTION
Executar o OCR denso do documento de texto. Tem precedência quando DOCUMENT_TEXT_DETECTION e TEXT_DETECTION estão presentes.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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."]]