Class TextAnnotation.Types.TextProperty (3.1.0)

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.

Inheritance

Object > TextAnnotation.Types.TextProperty

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

TextProperty()

public TextProperty()

TextProperty(TextAnnotation.Types.TextProperty)

public TextProperty(TextAnnotation.Types.TextProperty other)
Parameter
NameDescription
otherTextAnnotation.Types.TextProperty

Properties

DetectedBreak

public TextAnnotation.Types.DetectedBreak DetectedBreak { get; set; }

Detected start or end of a text segment.

Property Value
TypeDescription
TextAnnotation.Types.DetectedBreak

DetectedLanguages

public RepeatedField<TextAnnotation.Types.DetectedLanguage> DetectedLanguages { get; }

A list of detected languages together with confidence.

Property Value
TypeDescription
RepeatedField<TextAnnotation.Types.DetectedLanguage>