Class: Aws::Types::ModerationLabel

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)


1420
1421
1422
# File 'sig/types.rbs', line 1420

def confidence
  @confidence
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1421
1422
1423
# File 'sig/types.rbs', line 1421

def name
  @name
end

#parent_name::String

Returns the value of attribute parent_name.

Returns:

  • (::String)


1422
1423
1424
# File 'sig/types.rbs', line 1422

def parent_name
  @parent_name
end

#taxonomy_level::Integer

Returns the value of attribute taxonomy_level.

Returns:

  • (::Integer)


1423
1424
1425
# File 'sig/types.rbs', line 1423

def taxonomy_level
  @taxonomy_level
end