Class VideoStreamFaceDetectionFeature
Video stream face detection feature
Inherited Members
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class VideoStreamFaceDetectionFeature : VideoStreamFeature
Properties
MaxResults
Declaration
[JsonProperty(PropertyName = "maxResults")]
public int? MaxResults { get; set; }
Property Value
Type | Description |
---|---|
int? | The maximum number of results to return. |
MinConfidence
Declaration
[JsonProperty(PropertyName = "minConfidence")]
public float? MinConfidence { get; set; }
Property Value
Type | Description |
---|---|
float? | The minimum confidence score, between 0 and 1, when the value is set, results with lower confidence will not be returned. |
ShouldReturnLandmarks
Declaration
[JsonProperty(PropertyName = "shouldReturnLandmarks")]
public bool? ShouldReturnLandmarks { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether or not return face landmarks. |