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)


3093
3094
3095
3096
3097
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 3093

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