Class: Aws::Types::ClassifyDocumentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#classes::Array[Types::DocumentClass]

Returns the value of attribute classes.

Returns:



203
204
205
# File 'sig/types.rbs', line 203

def classes
  @classes
end

#document_metadataTypes::DocumentMetadata

Returns the value of attribute document_metadata.

Returns:



205
206
207
# File 'sig/types.rbs', line 205

def 
  @document_metadata
end

#document_type::Array[Types::DocumentTypeListItem]

Returns the value of attribute document_type.

Returns:



206
207
208
# File 'sig/types.rbs', line 206

def document_type
  @document_type
end

#errors::Array[Types::ErrorsListItem]

Returns the value of attribute errors.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def errors
  @errors
end

#labels::Array[Types::DocumentLabel]

Returns the value of attribute labels.

Returns:



204
205
206
# File 'sig/types.rbs', line 204

def labels
  @labels
end

#warnings::Array[Types::WarningsListItem]

Returns the value of attribute warnings.

Returns:



208
209
210
# File 'sig/types.rbs', line 208

def warnings
  @warnings
end