Google Cloud Video Intelligence v1 API - Class TextAnnotation (3.3.0)

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

Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class TextAnnotation.

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
RepeatedFieldTextSegment

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