Googly.CloudVision.Model.DetectedBreak (googly_cloud_vision v0.1.0)

Copy Markdown View Source

Detected start or end of a structural component.

Attributes

  • is_prefix (type: boolean()) - True if break prepends the element.
  • type (type: String.t()) - Detected break type.

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.DetectedBreak{
  is_prefix: boolean() | nil,
  type: String.t() | nil
}