Share via


VisualFeatures Enum

Definition

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