AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.Sunglasses

Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z

Syntax

C#
public class Sunglasses

The Sunglasses type exposes the following members

Constructors

NameDescription
Public Method Sunglasses()

Properties

NameTypeDescription
Public Property Confidence System.Single

Gets and sets the property Confidence.

Level of confidence in the determination.

Public Property Value System.Boolean

Gets and sets the property Value.

Boolean value that indicates whether the face is wearing sunglasses or not.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5