Class: Aws::Rekognition::Types::AssociateFacesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_facesArray<Types::AssociatedFace>

An array of AssociatedFace objects containing FaceIDs that have been successfully associated with the UserID. Returned if the AssociateFaces action is successful.

Returns:



108
109
110
111
112
113
114
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 108

class AssociateFacesResponse < Struct.new(
  :associated_faces,
  :unsuccessful_face_associations,
  :user_status)
  SENSITIVE = []
  include Aws::Structure
end

#unsuccessful_face_associationsArray<Types::UnsuccessfulFaceAssociation>

An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with the reasons. Returned if the AssociateFaces action is successful.



108
109
110
111
112
113
114
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 108

class AssociateFacesResponse < Struct.new(
  :associated_faces,
  :unsuccessful_face_associations,
  :user_status)
  SENSITIVE = []
  include Aws::Structure
end

#user_statusString

The status of an update made to a UserID. Reflects if the UserID has been updated for every requested change.

Returns:

  • (String)


108
109
110
111
112
113
114
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 108

class AssociateFacesResponse < Struct.new(
  :associated_faces,
  :unsuccessful_face_associations,
  :user_status)
  SENSITIVE = []
  include Aws::Structure
end