Class: Aws::Types::DetectModerationLabelsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_types::Array[Types::ContentType]

Returns the value of attribute content_types.

Returns:



632
633
634
# File 'sig/types.rbs', line 632

def content_types
  @content_types
end

#human_loop_activation_outputTypes::HumanLoopActivationOutput

Returns the value of attribute human_loop_activation_output.



630
631
632
# File 'sig/types.rbs', line 630

def human_loop_activation_output
  @human_loop_activation_output
end

#moderation_labels::Array[Types::ModerationLabel]

Returns the value of attribute moderation_labels.

Returns:



628
629
630
# File 'sig/types.rbs', line 628

def moderation_labels
  @moderation_labels
end

#moderation_model_version::String

Returns the value of attribute moderation_model_version.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def moderation_model_version
  @moderation_model_version
end

#project_version::String

Returns the value of attribute project_version.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def project_version
  @project_version
end