Class: Aws::Types::DetectTextResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#text_detections::Array[Types::TextDetection]

Returns the value of attribute text_detections.

Returns:



662
663
664
# File 'sig/types.rbs', line 662

def text_detections
  @text_detections
end

#text_model_version::String

Returns the value of attribute text_model_version.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def text_model_version
  @text_model_version
end