Class: Aws::Types::TextDetectionResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#text_detectionTypes::TextDetection

Returns the value of attribute text_detection.



2033
2034
2035
# File 'sig/types.rbs', line 2033

def text_detection
  @text_detection
end

#timestamp::Integer

Returns the value of attribute timestamp.

Returns:

  • (::Integer)


2032
2033
2034
# File 'sig/types.rbs', line 2032

def timestamp
  @timestamp
end