Class: Aws::Types::AnalyzeIDDetections
- Inherits:
-
Object
- Object
- Aws::Types::AnalyzeIDDetections
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#normalized_value ⇒ Types::NormalizedValue
Returns the value of attribute normalized_value.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#confidence ⇒ ::Float
Returns the value of attribute confidence.
87 88 89 |
# File 'sig/types.rbs', line 87 def confidence @confidence end |
#normalized_value ⇒ Types::NormalizedValue
Returns the value of attribute normalized_value.
86 87 88 |
# File 'sig/types.rbs', line 86 def normalized_value @normalized_value end |
#text ⇒ ::String
Returns the value of attribute text.
85 86 87 |
# File 'sig/types.rbs', line 85 def text @text end |