MouthOpen
public struct MouthOpen : 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 mouth on the face is open or not.
Declaration
Swift
public let value: Bool?
-
Undocumented
Declaration
Swift
public init(confidence: Float? = nil, value: Bool? = nil)