Skyle_Types_Face
public struct Skyle_Types_Face : Sendable
extension Skyle_Types_Face: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding
Message for a face Rectangle bounding box of the face Eyes containing several features of the eyes
-
Bounding box of the face
Declaration
Swift
public var boundingRect: Skyle_Types_Rectangle { get set }
-
Returns true if
boundingRect
has been explicitly set.Declaration
Swift
public var hasBoundingRect: Bool { get }
-
Clears the value of
boundingRect
. Subsequent reads from it will return its default value.Declaration
Swift
public mutating func clearBoundingRect()
-
Eyes
Declaration
Swift
public var eyes: Skyle_Types_Eyes { get set }
-
Returns true if
eyes
has been explicitly set.Declaration
Swift
public var hasEyes: Bool { get }
-
Clears the value of
eyes
. Subsequent reads from it will return its default value.Declaration
Swift
public mutating func clearEyes()
-
Declaration
Swift
public var unknownFields: UnknownStorage
-
Declaration
Swift
public init()
-
Undocumented
Declaration
Swift
public var isPresent: Bool { get }
-
Declaration
Swift
public static let protoMessageName: String
-
Declaration
Swift
public static let _protobuf_nameMap: SwiftProtobuf._NameMap
-
Declaration
Swift
public mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
-
Declaration
Swift
public func traverse<V>(visitor: inout V) throws where V : Visitor
-
Declaration
Swift
public static func == (lhs: Skyle_Types_Face, rhs: Skyle_Types_Face) -> Bool