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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-textract/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)


933
934
935
936
937
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 933

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