Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
VisualFeatures Enum
Definition
- Namespace:
- Azure.AI.Vision.ImageAnalysis
- Assembly:
- Azure.AI.Vision.ImageAnalysis.dll
- Package:
- Azure.AI.Vision.ImageAnalysis v1.0.0
- Package:
- Azure.AI.Vision.ImageAnalysis v1.0.0-beta.3
- Source:
- VisualFeatures.cs
- Source:
- VisualFeatures.cs
Important
Some information relates to prerelease product that may be substantially modified before itβs released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The visual features supported by the Image Analysis service.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum VisualFeatures
[<System.Flags>]
type VisualFeatures =
Public Enum VisualFeatures
- Inheritance
-
VisualFeatures
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | No visual features are selected. |
| Tags | 1 | Extract content tags for thousands of recognizable objects, living beings, scenery, and actions that appear in the image. |
| Caption | 2 | Generate a human-readable caption sentence that describes the content of the image. |
| DenseCaptions | 4 | Generate human-readable caption sentences for up to 10 different regions in the image, including one for the whole image. |
| Objects | 8 | Object detection. This is similar to tags, but focused on detecting physical objects in the image and returning their location. |
| Read | 16 | Extract printed or handwritten text from the image. Also known as Optical Character Recognition (OCR). |
| SmartCrops | 32 | Find representative sub-regions of the image for thumbnail generation, at desired aspect ratios, with priority given to detected faces. |
| People | 64 | Detect people in the image and return their location. |
Applies to
Azure SDK for .NET
Feedback
Was this page helpful?
