Class: Aws::Types::IndexFacesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#collection_id::String

Returns the value of attribute collection_id.

Returns:



1115
1116
1117
# File 'sig/types.rbs', line 1115

def collection_id
  @collection_id
end

#detection_attributes::Array[("DEFAULT" | "ALL" | "AGE_RANGE" | "BEARD" | "EMOTIONS" | "EYE_DIRECTION" | "EYEGLASSES" | "EYES_OPEN" | "GENDER" | "MOUTH_OPEN" | "MUSTACHE" | "FACE_OCCLUDED" | "SMILE" | "SUNGLASSES")]

Returns the value of attribute detection_attributes.

Returns:



1118
1119
1120
# File 'sig/types.rbs', line 1118

def detection_attributes
  @detection_attributes
end

#external_image_id::String

Returns the value of attribute external_image_id.

Returns:



1117
1118
1119
# File 'sig/types.rbs', line 1117

def external_image_id
  @external_image_id
end

#imageTypes::Image

Returns the value of attribute image.

Returns:



1116
1117
1118
# File 'sig/types.rbs', line 1116

def image
  @image
end

#max_faces::Integer

Returns the value of attribute max_faces.

Returns:



1119
1120
1121
# File 'sig/types.rbs', line 1119

def max_faces
  @max_faces
end

#quality_filter"NONE", ...

Returns the value of attribute quality_filter.

Returns:



1120
1121
1122
# File 'sig/types.rbs', line 1120

def quality_filter
  @quality_filter
end