Class: Aws::Textract::Types::DetectedSignature

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

Overview

A structure that holds information regarding a detected signature on a page.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pageInteger

The page a detected signature was found on.

Returns:

  • (Integer)


504
505
506
507
508
# File 'lib/aws-sdk-textract/types.rb', line 504

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