Class: Aws::Types::TextDetection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


2026
2027
2028
# File 'sig/types.rbs', line 2026

def confidence
  @confidence
end

#detected_text::String

Returns the value of attribute detected_text.

Returns:

  • (::String)


2022
2023
2024
# File 'sig/types.rbs', line 2022

def detected_text
  @detected_text
end

#geometryTypes::Geometry

Returns the value of attribute geometry.

Returns:



2027
2028
2029
# File 'sig/types.rbs', line 2027

def geometry
  @geometry
end

#id::Integer

Returns the value of attribute id.

Returns:

  • (::Integer)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def id
  @id
end

#parent_id::Integer

Returns the value of attribute parent_id.

Returns:

  • (::Integer)


2025
2026
2027
# File 'sig/types.rbs', line 2025

def parent_id
  @parent_id
end

#type"LINE", "WORD"

Returns the value of attribute type.

Returns:

  • ("LINE", "WORD")


2023
2024
2025
# File 'sig/types.rbs', line 2023

def type
  @type
end