Class: Aws::Textract::Types::UndetectedSignature
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::UndetectedSignature
- Includes:
- Structure
- Defined in:
- 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
-
#page ⇒ Integer
The page where a signature was expected but not found.
Instance Attribute Details
#page ⇒ Integer
The page where a signature was expected but not found.
3093 3094 3095 3096 3097 |
# File 'lib/aws-sdk-textract/types.rb', line 3093 class UndetectedSignature < Struct.new( :page) SENSITIVE = [] include Aws::Structure end |