Class: Aws::Types::ClassifyDocumentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes::String

Returns the value of attribute bytes.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def bytes
  @bytes
end

#document_reader_configTypes::DocumentReaderConfig

Returns the value of attribute document_reader_config.



198
199
200
# File 'sig/types.rbs', line 198

def document_reader_config
  @document_reader_config
end

#endpoint_arn::String

Returns the value of attribute endpoint_arn.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def endpoint_arn
  @endpoint_arn
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def text
  @text
end