Class: Aws::Rekognition::Types::DetectTextResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#text_detectionsArray<Types::TextDetection>

An array of text that was detected in the input image.

Returns:



2531
2532
2533
2534
2535
2536
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2531

class DetectTextResponse < Struct.new(
  :text_detections,
  :text_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#text_model_versionString

The model version used to detect text.

Returns:

  • (String)


2531
2532
2533
2534
2535
2536
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2531

class DetectTextResponse < Struct.new(
  :text_detections,
  :text_model_version)
  SENSITIVE = []
  include Aws::Structure
end