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.

Information about where an object (DetectCustomLabels) or text (DetectText) is located on an image.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.Geometry

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

Syntax

C#
public class Geometry

The Geometry type exposes the following members

Constructors

NameDescription
Public Method Geometry()

Properties

NameTypeDescription
Public Property BoundingBox Amazon.Rekognition.Model.BoundingBox

Gets and sets the property BoundingBox.

An axis-aligned coarse representation of the detected item's location on the image.

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

Gets and sets the property Polygon.

Within the bounding box, a fine-grained polygon around the detected item.

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