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

Copy Markdown View Source

Additional information detected on the structural component.

Attributes

  • detected_break (type: Googly.CloudVision.Model.DetectedBreak.t()) - Detected start or end of a text segment.
  • detected_languages (type: list(Googly.CloudVision.Model.DetectedLanguage.t())) - A list of detected languages together with confidence.

Summary

Types

t()

@type t() :: %Googly.CloudVision.Model.TextProperty{
  detected_break: Googly.CloudVision.Model.DetectedBreak.t() | nil,
  detected_languages: [Googly.CloudVision.Model.DetectedLanguage.t()] | nil
}