Smile

public struct Smile : 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 is smiling or not.

    Declaration

    Swift

    public let value: Bool?
  • Undocumented

    Declaration

    Swift

    public init(confidence: Float? = nil, value: Bool? = nil)