public sealed class TextProperty : IMessage<TextAnnotation.Types.TextProperty>, IEquatable<TextAnnotation.Types.TextProperty>, IDeepCloneable<TextAnnotation.Types.TextProperty>, IBufferMessage, IMessage
Additional information detected on the structural component.
Implements
IMessage<TextAnnotation.Types.TextProperty>, IEquatable<TextAnnotation.Types.TextProperty>, IDeepCloneable<TextAnnotation.Types.TextProperty>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
TextProperty()
public TextProperty()
TextProperty(TextAnnotation.Types.TextProperty)
public TextProperty(TextAnnotation.Types.TextProperty other)
Parameter | |
---|---|
Name | Description |
other | TextAnnotation.Types.TextProperty |
Properties
DetectedBreak
public TextAnnotation.Types.DetectedBreak DetectedBreak { get; set; }
Detected start or end of a text segment.
Property Value | |
---|---|
Type | Description |
TextAnnotation.Types.DetectedBreak |
DetectedLanguages
public RepeatedField<TextAnnotation.Types.DetectedLanguage> DetectedLanguages { get; }
A list of detected languages together with confidence.
Property Value | |
---|---|
Type | Description |
RepeatedField<TextAnnotation.Types.DetectedLanguage> |