Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Il tipo di rilevamento dell'API Google Cloud Vision da eseguire e il numero massimo di risultati da restituire per quel tipo. Nell'elenco features possono essere specificati più oggetti Feature.
Modello da utilizzare per la funzionalità. Valori supportati: "builtin/stable" (il valore predefinito se non impostato) e "builtin/latest". DOCUMENT_TEXT_DETECTION e TEXT_DETECTION supportano anche "builtin/weekly" per la versione bleeding edge aggiornata settimanalmente.
Tipo
Tipo di funzionalità dell'API Google Cloud Vision da estrarre.
Enum
TYPE_UNSPECIFIED
Tipo di funzionalità non specificato.
TEXT_DETECTION
Esegui il rilevamento del testo / il riconoscimento ottico dei caratteri (OCR). Il rilevamento del testo è ottimizzato per aree di testo all'interno di un'immagine più grande. Se l'immagine è un documento, utilizza invece DOCUMENT_TEXT_DETECTION.
DOCUMENT_TEXT_DETECTION
Esegui l'OCR sui documenti di testo ad alta densità. Ha la precedenza quando sono presenti sia DOCUMENT_TEXT_DETECTION che TEXT_DETECTION.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-16 UTC."],[[["The `Feature` object specifies the type of Google Cloud Vision API detection to perform and allows for multiple detection types."],["The `type` field defines the specific feature type, chosen from options like `TEXT_DETECTION` or `DOCUMENT_TEXT_DETECTION`."],["The `model` field allows specifying a particular model for the feature, with options like \"builtin/stable\", \"builtin/latest\", and \"builtin/weekly\"."],["`TEXT_DETECTION` is designed for general text within images, whereas `DOCUMENT_TEXT_DETECTION` is optimized for dense text in documents."],["`DOCUMENT_TEXT_DETECTION` takes priority if both `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` are specified."]]],[]]