Class TextAnnotation.Types.DetectedBreak (2.4.0)

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

Detected start or end of a structural component.

Inheritance

Object > TextAnnotation.Types.DetectedBreak

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

DetectedBreak()

public DetectedBreak()

DetectedBreak(TextAnnotation.Types.DetectedBreak)

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

Properties

IsPrefix

public bool IsPrefix { get; set; }

True if break prepends the element.

Property Value
TypeDescription
Boolean

Type

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

Detected break type.

Property Value
TypeDescription
TextAnnotation.Types.DetectedBreak.Types.BreakType