Beard
public struct Beard : 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 beard or not.
Declaration
Swift
public let value: Bool? -
Undocumented
Declaration
Swift
public init(confidence: Float? = nil, value: Bool? = nil)
View on GitHub
Beard Structure Reference