Class: Aws::Textract::Types::DetectedSignature
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::DetectedSignature
- 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
-
#page ⇒ Integer
The page a detected signature was found on.
Instance Attribute Details
#page ⇒ Integer
The page a detected signature was found on.
933 934 935 936 937 |
# File 'lib/aws-sdk-textract/types.rb', line 933 class DetectedSignature < Struct.new( :page) SENSITIVE = [] include Aws::Structure end |