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.

Specifies a location within the frame that Rekognition checks for objects of interest such as text, labels, or faces. It uses a BoundingBox or Polygon to set a region of the screen.

A word, face, or label is included in the region if it is more than half in that region. If there is more than one region, the word, face, or label is compared with all regions of the screen. Any object of interest that is more than half in a region is kept in the results.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.RegionOfInterest

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

Syntax

C#
public class RegionOfInterest

The RegionOfInterest type exposes the following members

Constructors

NameDescription
Public Method RegionOfInterest()

Properties

NameTypeDescription
Public Property BoundingBox Amazon.Rekognition.Model.BoundingBox

Gets and sets the property BoundingBox.

The box representing a region of interest on screen.

Public Property Polygon System.Collections.Generic.List<Amazon.Rekognition.Model.Point>

Gets and sets the property Polygon.

Specifies a shape made up of up to 10 Point objects to define a region of interest.

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