Navigation
API > API/Plugins > API/Plugins/AppleVision
References
| Module | AppleVision |
| Header | /Engine/Plugins/Experimental/AppleVision/Source/AppleVision/Public/AppleVisionTypes.h |
| Include | #include "AppleVisionTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FFaceDetectionResult
Remarks
The result of a face detection request with information about the detected faces
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FDetectedFace > | DetectedFaces | The set of faces that were detected |
Constructors
| Type | Name | Description | |
|---|---|---|---|