Class: Aws::Types::LendingDetection

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)


477
478
479
# File 'sig/types.rbs', line 477

def confidence
  @confidence
end

#geometryTypes::Geometry

Returns the value of attribute geometry.

Returns:



476
477
478
# File 'sig/types.rbs', line 476

def geometry
  @geometry
end

#selection_status"SELECTED", "NOT_SELECTED"

Returns the value of attribute selection_status.

Returns:

  • ("SELECTED", "NOT_SELECTED")


475
476
477
# File 'sig/types.rbs', line 475

def selection_status
  @selection_status
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def text
  @text
end