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 text detected in a video. Incudes the detected text, the time in milliseconds from the start of the video that the text was detected, and where it was detected on the screen.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.TextDetectionResult

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

Syntax

C#
public class TextDetectionResult

The TextDetectionResult type exposes the following members

Constructors

NameDescription
Public Method TextDetectionResult()

Properties

NameTypeDescription
Public Property TextDetection Amazon.Rekognition.Model.TextDetection

Gets and sets the property TextDetection.

Details about text detected in a video.

Public Property Timestamp System.Int64

Gets and sets the property Timestamp.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5