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.
Implements
IMessageTextAnnotationTypesTextProperty, IEquatableTextAnnotationTypesTextProperty, IDeepCloneableTextAnnotationTypesTextProperty, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
TextProperty()
public TextProperty()
TextProperty(TextProperty)
public TextProperty(TextAnnotation.Types.TextProperty other)
Parameter | |
---|---|
Name | Description |
other | TextAnnotationTypesTextProperty |
Properties
DetectedBreak
public TextAnnotation.Types.DetectedBreak DetectedBreak { get; set; }
Detected start or end of a text segment.
Property Value | |
---|---|
Type | Description |
TextAnnotationTypesDetectedBreak |
DetectedLanguages
public RepeatedField<TextAnnotation.Types.DetectedLanguage> DetectedLanguages { get; }
A list of detected languages together with confidence.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTextAnnotationTypesDetectedLanguage |