Class: Aws::Types::DetectModerationLabelsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#human_loop_configTypes::HumanLoopConfig

Returns the value of attribute human_loop_config.



622
623
624
# File 'sig/types.rbs', line 622

def human_loop_config
  @human_loop_config
end

#imageTypes::Image

Returns the value of attribute image.

Returns:



620
621
622
# File 'sig/types.rbs', line 620

def image
  @image
end

#min_confidence::Float

Returns the value of attribute min_confidence.

Returns:

  • (::Float)


621
622
623
# File 'sig/types.rbs', line 621

def min_confidence
  @min_confidence
end

#project_version::String

Returns the value of attribute project_version.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def project_version
  @project_version
end