FaceDetection

public struct FaceDetection : Codable

Face detection model

  • Face sample identifier (UUID format)

    Declaration

    Swift

    public let sampleID: String?
  • Detection time.

    Declaration

    Swift

    public let detectTime: String?
  • User-defined timestamp relative to something, such as the start of a video.

    Declaration

    Swift

    public let detectTS: String?
  • URL to the source image.

    Declaration

    Swift

    public let imageOrigin: String?