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:



2544
2545
2546
2547
2548
2549
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2544

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)


2544
2545
2546
2547
2548
2549
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2544

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