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.
Implements
IMessage<TextAnnotation>, IEquatable<TextAnnotation>, IDeepCloneable<TextAnnotation>, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
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 |
RepeatedField<TextSegment> |
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 |