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.

Structure containing the estimated age range, in years, for a face.

Amazon Rekognition estimates an age range for faces detected in the input image. Estimated age ranges can overlap. A face of a 5-year-old might have an estimated range of 4-6, while the face of a 6-year-old might have an estimated range of 4-8.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.AgeRange

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

Syntax

C#
public class AgeRange

The AgeRange type exposes the following members

Constructors

NameDescription
Public Method AgeRange()

Properties

NameTypeDescription
Public Property High System.Int32

Gets and sets the property High.

The highest estimated age.

Public Property Low System.Int32

Gets and sets the property Low.

The lowest estimated age.

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