Class: Aws::Types::Block

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#block_type"KEY_VALUE_SET", ...

Returns the value of attribute block_type.

Returns:

  • ("KEY_VALUE_SET", "PAGE", "LINE", "WORD", "TABLE", "CELL", "SELECTION_ELEMENT", "MERGED_CELL", "TITLE", "QUERY", "QUERY_RESULT", "SIGNATURE", "TABLE_TITLE", "TABLE_FOOTER", "LAYOUT_TEXT", "LAYOUT_TITLE", "LAYOUT_HEADER", "LAYOUT_FOOTER", "LAYOUT_SECTION_HEADER", "LAYOUT_PAGE_NUMBER", "LAYOUT_LIST", "LAYOUT_FIGURE", "LAYOUT_TABLE", "LAYOUT_KEY_VALUE")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


114
115
116
# File 'sig/types.rbs', line 114

def column_span
  @column_span
end

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


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.

Returns:

  • (::Array[("KEY" | "VALUE" | "COLUMN_HEADER" | "TABLE_TITLE" | "TABLE_FOOTER" | "TABLE_SECTION_TITLE" | "TABLE_SUMMARY" | "STRUCTURED_TABLE" | "SEMI_STRUCTURED_TABLE")])


118
119
120
# File 'sig/types.rbs', line 118

def entity_types
  @entity_types
end

#geometryTypes::Geometry

Returns the value of attribute geometry.

Returns:



115
116
117
# File 'sig/types.rbs', line 115

def geometry
  @geometry
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def id
  @id
end

#page::Integer

Returns the value of attribute page.

Returns:

  • (::Integer)


120
121
122
# File 'sig/types.rbs', line 120

def page
  @page
end

#queryTypes::Query

Returns the value of attribute query.

Returns:



121
122
123
# File 'sig/types.rbs', line 121

def query
  @query
end

#relationships::Array[Types::Relationship]

Returns the value of attribute relationships.

Returns:



117
118
119
# File 'sig/types.rbs', line 117

def relationships
  @relationships
end

#row_index::Integer

Returns the value of attribute row_index.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("SELECTED", "NOT_SELECTED")


119
120
121
# File 'sig/types.rbs', line 119

def selection_status
  @selection_status
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def text
  @text
end

#text_type"HANDWRITING", "PRINTED"

Returns the value of attribute text_type.

Returns:

  • ("HANDWRITING", "PRINTED")


110
111
112
# File 'sig/types.rbs', line 110

def text_type
  @text_type
end