Class: Aws::Textract::Types::UndetectedSignature

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

Overview

A structure containing information about an undetected signature on a page where it was expected but not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pageInteger

The page where a signature was expected but not found.

Returns:

  • (Integer)


3098
3099
3100
3101
3102
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 3098

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