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 a label detected in a video analysis request and the time the label was detected in the video.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.LabelDetection

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

Syntax

C#
public class LabelDetection

The LabelDetection type exposes the following members

Constructors

NameDescription
Public Method LabelDetection()

Properties

NameTypeDescription
Public Property DurationMillis System.Int64

Gets and sets the property DurationMillis.

The time duration of a segment in milliseconds, I.e. time elapsed from StartTimestampMillis to EndTimestampMillis.

Public Property EndTimestampMillis System.Int64

Gets and sets the property EndTimestampMillis.

The time in milliseconds defining the end of the timeline segment containing a continuously detected label.

Public Property Label Amazon.Rekognition.Model.Label

Gets and sets the property Label.

Details about the detected label.

Public Property StartTimestampMillis System.Int64

Gets and sets the property StartTimestampMillis.

The time in milliseconds defining the start of the timeline segment containing a continuously detected label.

Public Property Timestamp System.Int64

Gets and sets the property Timestamp.

Time, in milliseconds from the start of the video, that the label was detected. Note that Timestamp is not guaranteed to be accurate to the individual frame where the label first appears.

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