Class: Aws::Types::Block
- Inherits:
-
Object
- Object
- Aws::Types::Block
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_type ⇒ "KEY_VALUE_SET", ...
Returns the value of attribute block_type.
-
#column_index ⇒ ::Integer
Returns the value of attribute column_index.
-
#column_span ⇒ ::Integer
Returns the value of attribute column_span.
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#entity_types ⇒ ::Array[("KEY" | "VALUE" | "COLUMN_HEADER" | "TABLE_TITLE" | "TABLE_FOOTER" | "TABLE_SECTION_TITLE" | "TABLE_SUMMARY" | "STRUCTURED_TABLE" | "SEMI_STRUCTURED_TABLE")]
Returns the value of attribute entity_types.
-
#geometry ⇒ Types::Geometry
Returns the value of attribute geometry.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#page ⇒ ::Integer
Returns the value of attribute page.
-
#query ⇒ Types::Query
Returns the value of attribute query.
-
#relationships ⇒ ::Array[Types::Relationship]
Returns the value of attribute relationships.
-
#row_index ⇒ ::Integer
Returns the value of attribute row_index.
-
#row_span ⇒ ::Integer
Returns the value of attribute row_span.
-
#selection_status ⇒ "SELECTED", "NOT_SELECTED"
Returns the value of attribute selection_status.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#text_type ⇒ "HANDWRITING", "PRINTED"
Returns the value of attribute text_type.
Instance Attribute Details
#block_type ⇒ "KEY_VALUE_SET", ...
Returns the value of attribute block_type.
107 108 109 |
# File 'sig/types.rbs', line 107 def block_type @block_type end |
#column_index ⇒ ::Integer
Returns the value of attribute column_index.
112 113 114 |
# File 'sig/types.rbs', line 112 def column_index @column_index end |
#column_span ⇒ ::Integer
Returns the value of attribute column_span.
114 115 116 |
# File 'sig/types.rbs', line 114 def column_span @column_span end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
108 109 110 |
# File 'sig/types.rbs', line 108 def confidence @confidence end |
#entity_types ⇒ ::Array[("KEY" | "VALUE" | "COLUMN_HEADER" | "TABLE_TITLE" | "TABLE_FOOTER" | "TABLE_SECTION_TITLE" | "TABLE_SUMMARY" | "STRUCTURED_TABLE" | "SEMI_STRUCTURED_TABLE")]
Returns the value of attribute entity_types.
118 119 120 |
# File 'sig/types.rbs', line 118 def entity_types @entity_types end |
#geometry ⇒ Types::Geometry
Returns the value of attribute geometry.
115 116 117 |
# File 'sig/types.rbs', line 115 def geometry @geometry end |
#id ⇒ ::String
Returns the value of attribute id.
116 117 118 |
# File 'sig/types.rbs', line 116 def id @id end |
#page ⇒ ::Integer
Returns the value of attribute page.
120 121 122 |
# File 'sig/types.rbs', line 120 def page @page end |
#query ⇒ Types::Query
Returns the value of attribute query.
121 122 123 |
# File 'sig/types.rbs', line 121 def query @query end |
#relationships ⇒ ::Array[Types::Relationship]
Returns the value of attribute relationships.
117 118 119 |
# File 'sig/types.rbs', line 117 def relationships @relationships end |
#row_index ⇒ ::Integer
Returns the value of attribute row_index.
111 112 113 |
# File 'sig/types.rbs', line 111 def row_index @row_index end |
#row_span ⇒ ::Integer
Returns the value of attribute row_span.
113 114 115 |
# File 'sig/types.rbs', line 113 def row_span @row_span end |
#selection_status ⇒ "SELECTED", "NOT_SELECTED"
Returns the value of attribute selection_status.
119 120 121 |
# File 'sig/types.rbs', line 119 def selection_status @selection_status end |
#text ⇒ ::String
Returns the value of attribute text.
109 110 111 |
# File 'sig/types.rbs', line 109 def text @text end |
#text_type ⇒ "HANDWRITING", "PRINTED"
Returns the value of attribute text_type.
110 111 112 |
# File 'sig/types.rbs', line 110 def text_type @text_type end |