Class FramingZonePersonDetectionResult  
  
  
    - Namespace
- Huddly.Sdk.Models
- Assembly
- Huddly.Sdk.dll
 
  
  
  
    [Obsolete("Use GetFramingZonePeopleDetections that returns stream of FramingZonePersonDetection instead. Type will be removed in SDK version 3.")]
public record FramingZonePersonDetectionResult : IEquatable<FramingZonePersonDetectionResult>
   
  
    - Inheritance
- 
      
      FramingZonePersonDetectionResult 
    - Implements
- 
      
    
    - Inherited Members
- 
    
    
    
    
    
    
    
  
Constructors
  
  
  FramingZonePersonDetectionResult(uint, double, double, bool)
  
  
  
  
  
    public FramingZonePersonDetectionResult(uint Id, double X, double Y, bool IsWithinFraming)
   
  Parameters
  
    - Iduint
- Xdouble
- Ydouble
- IsWithinFramingbool
Properties
  
  
  Id
  
  
  
  
  
    public uint Id { get; init; }
   
  Property Value
  
    - uint
  IsWithinFraming
  
  
  
  
  
    public bool IsWithinFraming { get; init; }
   
  Property Value
  
    - bool
  X
  
  
  
  
  
    public double X { get; init; }
   
  Property Value
  
    - double
  Y
  
  
  
  
  
    public double Y { get; init; }
   
  Property Value
  
    - double