Struct ControlReferenceType
Enum representing the control type of a control reference image.
[JsonConverter(typeof(ControlReferenceTypeConverter))]
public readonly record struct ControlReferenceType : IEquatable<ControlReferenceType>
- Implements
- Inherited Members
Properties
AllValues
public static IReadOnlyList<ControlReferenceType> AllValues { get; }
Property Value
ControlTypeCanny
public static ControlReferenceType ControlTypeCanny { get; }
Property Value
ControlTypeDefault
public static ControlReferenceType ControlTypeDefault { get; }
Property Value
ControlTypeFaceMesh
public static ControlReferenceType ControlTypeFaceMesh { get; }
Property Value
ControlTypeScribble
public static ControlReferenceType ControlTypeScribble { get; }
Property Value
Value
public string Value { get; }
Property Value
Methods
Equals(ControlReferenceType)
public bool Equals(ControlReferenceType other)
Parameters
otherControlReferenceType
Returns
FromString(string)
public static ControlReferenceType FromString(string value)
Parameters
valuestring
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()
Returns
Operators
implicit operator ControlReferenceType(string)
public static implicit operator ControlReferenceType(string value)
Parameters
valuestring