Class: Aws::Types::DetectLabelsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#features::Array[("GENERAL_LABELS" | "IMAGE_PROPERTIES")]

Returns the value of attribute features.

Returns:

  • (::Array[("GENERAL_LABELS" | "IMAGE_PROPERTIES")])


600
601
602
# File 'sig/types.rbs', line 600

def features
  @features
end

#imageTypes::Image

Returns the value of attribute image.

Returns:



597
598
599
# File 'sig/types.rbs', line 597

def image
  @image
end

#max_labels::Integer

Returns the value of attribute max_labels.

Returns:

  • (::Integer)


598
599
600
# File 'sig/types.rbs', line 598

def max_labels
  @max_labels
end

#min_confidence::Float

Returns the value of attribute min_confidence.

Returns:

  • (::Float)


599
600
601
# File 'sig/types.rbs', line 599

def min_confidence
  @min_confidence
end

#settingsTypes::DetectLabelsSettings

Returns the value of attribute settings.



601
602
603
# File 'sig/types.rbs', line 601

def settings
  @settings
end