Class: Aws::Types::DetectLabelsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_propertiesTypes::DetectLabelsImageProperties

Returns the value of attribute image_properties.



609
610
611
# File 'sig/types.rbs', line 609

def image_properties
  @image_properties
end

#label_model_version::String

Returns the value of attribute label_model_version.

Returns:

  • (::String)


608
609
610
# File 'sig/types.rbs', line 608

def label_model_version
  @label_model_version
end

#labels::Array[Types::Label]

Returns the value of attribute labels.

Returns:



606
607
608
# File 'sig/types.rbs', line 606

def labels
  @labels
end

#orientation_correction"ROTATE_0", ...

Returns the value of attribute orientation_correction.

Returns:

  • ("ROTATE_0", "ROTATE_90", "ROTATE_180", "ROTATE_270")


607
608
609
# File 'sig/types.rbs', line 607

def orientation_correction
  @orientation_correction
end