Class: Aws::Types::AnalyzeIDDetections

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


87
88
89
# File 'sig/types.rbs', line 87

def confidence
  @confidence
end

#normalized_valueTypes::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.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def text
  @text
end