Class: Aws::Rekognition::Types::DetectTextResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::DetectTextResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text_detections ⇒ Array<Types::TextDetection>
An array of text that was detected in the input image.
-
#text_model_version ⇒ String
The model version used to detect text.
Instance Attribute Details
#text_detections ⇒ Array<Types::TextDetection>
An array of text that was detected in the input image.
2544 2545 2546 2547 2548 2549 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2544 class DetectTextResponse < Struct.new( :text_detections, :text_model_version) SENSITIVE = [] include Aws::Structure end |
#text_model_version ⇒ String
The model version used to detect text.
2544 2545 2546 2547 2548 2549 |
# File 'lib/aws-sdk-rekognition/types.rb', line 2544 class DetectTextResponse < Struct.new( :text_detections, :text_model_version) SENSITIVE = [] include Aws::Structure end |