Google Cloud Vision v1 API - Class TextAnnotation.Types.TextProperty (3.6.0)

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

Reference documentation and code samples for the Google Cloud Vision v1 API class TextAnnotation.Types.TextProperty.

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(TextProperty)

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

Properties

DetectedBreak

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

Detected start or end of a text segment.

Property Value
TypeDescription
TextAnnotationTypesDetectedBreak

DetectedLanguages

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

A list of detected languages together with confidence.

Property Value
TypeDescription
RepeatedFieldTextAnnotationTypesDetectedLanguage