Class: Aws::Comprehend::Types::DocumentTypeListItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Document type for each page in the document.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pageInteger

Page number.

Returns:

  • (Integer)


3446
3447
3448
3449
3450
3451
# File 'lib/aws-sdk-comprehend/types.rb', line 3446

class DocumentTypeListItem < Struct.new(
  :page,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Document type.

Returns:

  • (String)


3446
3447
3448
3449
3450
3451
# File 'lib/aws-sdk-comprehend/types.rb', line 3446

class DocumentTypeListItem < Struct.new(
  :page,
  :type)
  SENSITIVE = []
  include Aws::Structure
end