Google Cloud Video Intelligence v1 API - Class TextAnnotation (3.4.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
Name Description
other TextAnnotation

Properties

Segments

public RepeatedField<TextSegment> Segments { get; }

All video segments where OCR detected text appears.

Property Value
Type Description
RepeatedFieldTextSegment

Text

public string Text { get; set; }

The detected text.

Property Value
Type Description
string

Version

public string Version { get; set; }

Feature version.

Property Value
Type Description
string