Class: Aws::Types::DetectCustomLabelsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#imageTypes::Image

Returns the value of attribute image.

Returns:



541
542
543
# File 'sig/types.rbs', line 541

def image
  @image
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


542
543
544
# File 'sig/types.rbs', line 542

def max_results
  @max_results
end

#min_confidence::Float

Returns the value of attribute min_confidence.

Returns:

  • (::Float)


543
544
545
# File 'sig/types.rbs', line 543

def min_confidence
  @min_confidence
end

#project_version_arn::String

Returns the value of attribute project_version_arn.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def project_version_arn
  @project_version_arn
end