--- title: li-google-vision --- Deprecated in: [`release-2026-01`](/operations/releases/release-2026-01/) ## Supported Features | Feature | Supported | | ------- | :-------: | | Document | ✗ | | Media | ✔ | | Include | ✗ | | Document Creation Flow | ✗ | | Push Message | ✗ | | Usage Log | ✗ | | Table Dashboard | ✗ | | Display Filter | ✗ | | Search Indexing | ✔ | | System Metadata | ✗ | | Planning System | ✗ | | Webhook Conditions | ✗ | ## Default UI Specialised UI in the Media Library Image Detail View, no config possible ## Storage Format ```js { labels: [], webEntities: [] } ``` ## Content Type Config ```js { handle: 'myContentType', // ... metadata: [ { handle: 'myHandle' type: 'li-google-vision', config: { // common hideFromForm: false, // optional, default: false index: true // optional, default: false. Added in release-2023-07 } ui: { label: 'foo', // optional, default: start case of handle config: { readOnly: true // optional, default: false } } } // ... ] } ```