VisualFeature Struct

Definition

The strings indicating what visual feature types to return.

public readonly struct VisualFeature : IEquatable<Azure.Search.Documents.Indexes.Models.VisualFeature>
type VisualFeature = struct
Public Structure VisualFeature
Implements IEquatable(Of VisualFeature)
Inheritance
VisualFeature
Implements

Constructors

VisualFeature(String)

Initializes a new instance of VisualFeature.

Properties

Adult

Visual features recognized as adult persons.

Brands

Visual features recognized as commercial brands.

Categories

Categories.

Description

Description.

Faces

Visual features recognized as people faces.

Objects

Visual features recognized as objects.

Tags

Tags.

Methods

Equals(VisualFeature)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(VisualFeature, VisualFeature)

Determines if two VisualFeature values are the same.

Implicit(String to VisualFeature)

Converts a string to a VisualFeature.

Inequality(VisualFeature, VisualFeature)

Determines if two VisualFeature values are not the same.

Applies to