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

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

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

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

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

Properties

IsPrefix

public bool IsPrefix { get; set; }

True if break prepends the element.

Property Value
TypeDescription
bool

Type

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

Detected break type.

Property Value
TypeDescription
TextAnnotationTypesDetectedBreakTypesBreakType