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.
Implements
IMessageTextAnnotationTypesDetectedBreak, IEquatableTextAnnotationTypesDetectedBreak, IDeepCloneableTextAnnotationTypesDetectedBreak, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
DetectedBreak()
public DetectedBreak()
DetectedBreak(DetectedBreak)
public DetectedBreak(TextAnnotation.Types.DetectedBreak other)
Parameter | |
---|---|
Name | Description |
other |
TextAnnotationTypesDetectedBreak |
Properties
IsPrefix
public bool IsPrefix { get; set; }
True if break prepends the element.
Property Value | |
---|---|
Type | Description |
bool |
Type
public TextAnnotation.Types.DetectedBreak.Types.BreakType Type { get; set; }
Detected break type.
Property Value | |
---|---|
Type | Description |
TextAnnotationTypesDetectedBreakTypesBreakType |