Module: Aws::Rekognition::Client::_DetectModerationLabelsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DetectModerationLabelsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #content_types ⇒ ::Array[Types::ContentType]
- #human_loop_activation_output ⇒ Types::HumanLoopActivationOutput
- #moderation_labels ⇒ ::Array[Types::ModerationLabel]
- #moderation_model_version ⇒ ::String
- #project_version ⇒ ::String
Instance Method Details
#content_types ⇒ ::Array[Types::ContentType]
515 |
# File 'sig/client.rbs', line 515
def content_types: () -> ::Array[Types::ContentType]
|
#human_loop_activation_output ⇒ Types::HumanLoopActivationOutput
513 |
# File 'sig/client.rbs', line 513
def human_loop_activation_output: () -> Types::HumanLoopActivationOutput
|
#moderation_labels ⇒ ::Array[Types::ModerationLabel]
511 |
# File 'sig/client.rbs', line 511
def moderation_labels: () -> ::Array[Types::ModerationLabel]
|
#moderation_model_version ⇒ ::String
512 |
# File 'sig/client.rbs', line 512
def moderation_model_version: () -> ::String
|
#project_version ⇒ ::String
514 |
# File 'sig/client.rbs', line 514
def project_version: () -> ::String
|