定数
次の定数はグローバルに使用できます。
-
顔の楕円形の輪郭線を表すポイントのセット。
宣言
Swift
static let face: FaceContourType
-
左の眉毛の上部の輪郭を表すポイントのセット。
宣言
Swift
static let leftEyebrowTop: FaceContourType
-
左の眉毛の下部を囲むポイントのセット。
宣言
Swift
static let leftEyebrowBottom: FaceContourType
-
右の眉毛の上部の輪郭を表すポイントのセット。
宣言
Swift
static let rightEyebrowTop: FaceContourType
-
右眉毛の下部を囲むポイントのセット。
宣言
Swift
static let rightEyebrowBottom: FaceContourType
-
左目の輪郭を表すポイントのセット。
宣言
Swift
static let leftEye: FaceContourType
-
右目の輪郭を表すポイントのセット。
宣言
Swift
static let rightEye: FaceContourType
-
上リップの上部を囲むポイントのセット。
宣言
Swift
static let upperLipTop: FaceContourType
-
上リップの下部を囲むポイントのセット。
宣言
Swift
static let upperLipBottom: FaceContourType
-
下唇の上部を囲むポイントのセット。
宣言
Swift
static let lowerLipTop: FaceContourType
-
下唇の下部を囲むポイントのセット。
宣言
Swift
static let lowerLipBottom: FaceContourType
-
ブリッジを示すポイントのセット。
宣言
Swift
static let noseBridge: FaceContourType
-
鼻の底部の輪郭を表す一連のポイント。
宣言
Swift
static let noseBottom: FaceContourType
-
左頚部の中心点。
宣言
Swift
static let leftCheek: FaceContourType
-
右頚部の中心点。
宣言
Swift
static let rightCheek: FaceContourType
-
検出機能で分類が行われないことを示す顔分類モード。
宣言
Swift
static let none: FaceDetectorClassificationMode
-
検出機能ですべての分類が行われることを示す顔分類モード。
宣言
Swift
static let all: FaceDetectorClassificationMode
-
顔検出のパフォーマンス モード。実行速度は速くなりますが、検出される顔や顔の動きが少なくなります 精度は低くなります
宣言
Swift
static let fast: FaceDetectorPerformanceMode
-
顔検出のパフォーマンス モード。動作は遅くなりますが、より多くの顔を検出したり、戻ったりする可能性があります 予測します。
宣言
Swift
static let accurate: FaceDetectorPerformanceMode
-
検出機能でランドマーク検出が行われないことを示す顔ランドマーク モード。
宣言
Swift
static let none: FaceDetectorLandmarkMode
-
検出機能でランドマーク検出が実行されることを示す顔ランドマーク モード。
宣言
Swift
static let all: FaceDetectorLandmarkMode
-
検出機能で輪郭検出が行われないことを示す顔の輪郭モード。
宣言
Swift
static let none: FaceDetectorContourMode
-
検出機能で輪郭検出が実行されることを示す顔の輪郭モード。
宣言
Swift
static let all: FaceDetectorContourMode
-
下リップの中心。
宣言
Swift
static let mouthBottom: FaceLandmarkType
-
口の右上
宣言
Swift
static let mouthRight: FaceLandmarkType
-
口の左端
宣言
Swift
static let mouthLeft: FaceLandmarkType
-
左のイヤーチップと左耳たぶの中間点。
宣言
Swift
static let leftEar: FaceLandmarkType
-
右のイヤーチップと右耳たぶの中間点。
宣言
Swift
static let rightEar: FaceLandmarkType
-
左目。
宣言
Swift
static let leftEye: FaceLandmarkType
-
右目。
宣言
Swift
static let rightEye: FaceLandmarkType
-
左ほお。
宣言
Swift
static let leftCheek: FaceLandmarkType
-
右胸。
宣言
Swift
static let rightCheek: FaceLandmarkType
-
鼻と顔が接する、鼻と鼻の間の中間点です。
宣言
Swift
static let noseBase: FaceLandmarkType