DeleteFacesResponse

public struct DeleteFacesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of strings (face IDs) of the faces that were deleted.

    Declaration

    Swift

    public let deletedFaces: [String]?
  • Undocumented

    Declaration

    Swift

    public init(deletedFaces: [String]? = nil)