public sealed class DetectedBreak : IMessage<TextAnnotation.Types.DetectedBreak>, IEquatable<TextAnnotation.Types.DetectedBreak>, IDeepCloneable<TextAnnotation.Types.DetectedBreak>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Vision v1 API class TextAnnotation.Types.DetectedBreak.
Detected start or end of a structural component.
Implements
IMessage<TextAnnotation.Types.DetectedBreak>, IEquatable<TextAnnotation.Types.DetectedBreak>, IDeepCloneable<TextAnnotation.Types.DetectedBreak>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
DetectedBreak()
public DetectedBreak()DetectedBreak(TextAnnotation.Types.DetectedBreak)
public DetectedBreak(TextAnnotation.Types.DetectedBreak other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        TextAnnotation.Types.DetectedBreak | 
      
Properties
IsPrefix
public bool IsPrefix { get; set; }True if break prepends the element.
| Property Value | |
|---|---|
| Type | Description | 
Boolean | 
        |
Type
public TextAnnotation.Types.DetectedBreak.Types.BreakType Type { get; set; }Detected break type.
| Property Value | |
|---|---|
| Type | Description | 
TextAnnotation.Types.DetectedBreak.Types.BreakType | 
        |