Mustache
public struct Mustache : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Level of confidence in the determination.
Declaration
Swift
public let confidence: Float? -
Boolean value that indicates whether the face has mustache or not.
Declaration
Swift
public let value: Bool? -
Undocumented
Declaration
Swift
public init(confidence: Float? = nil, value: Bool? = nil)
View on GitHub
Mustache Structure Reference