Reference documentation and code samples for the Cloud Vision V1p3beta1 API class Google::Cloud::Vision::V1p3beta1::TextAnnotation::DetectedBreak.
Detected start or end of a structural component.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#is_prefix
def is_prefix() -> ::Boolean
Returns
- (::Boolean) — True if break prepends the element.
#is_prefix=
def is_prefix=(value) -> ::Boolean
Parameter
- value (::Boolean) — True if break prepends the element.
Returns
- (::Boolean) — True if break prepends the element.
#type
def type() -> ::Google::Cloud::Vision::V1p3beta1::TextAnnotation::DetectedBreak::BreakType
Returns
- (::Google::Cloud::Vision::V1p3beta1::TextAnnotation::DetectedBreak::BreakType) — Detected break type.
#type=
def type=(value) -> ::Google::Cloud::Vision::V1p3beta1::TextAnnotation::DetectedBreak::BreakType
Parameter
- value (::Google::Cloud::Vision::V1p3beta1::TextAnnotation::DetectedBreak::BreakType) — Detected break type.
Returns
- (::Google::Cloud::Vision::V1p3beta1::TextAnnotation::DetectedBreak::BreakType) — Detected break type.