Class TextAnnotation (3.0.0)

public sealed class TextAnnotation : IMessage<TextAnnotation>, IEquatable<TextAnnotation>, IDeepCloneable<TextAnnotation>, IBufferMessage, IMessage

Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.

Inheritance

Object > TextAnnotation

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

TextAnnotation()

public TextAnnotation()

TextAnnotation(TextAnnotation)

public TextAnnotation(TextAnnotation other)
Parameter
NameDescription
otherTextAnnotation

Properties

Segments

public RepeatedField<TextSegment> Segments { get; }

All video segments where OCR detected text appears.

Property Value
TypeDescription
RepeatedField<TextSegment>

Text

public string Text { get; set; }

The detected text.

Property Value
TypeDescription
String

Version

public string Version { get; set; }

Feature version.

Property Value
TypeDescription
String