Googly.CloudVision.Model.GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak (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.GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak{
    is_prefix: boolean() | nil,
    type: String.t() | nil
  }