minIris property

  1. @JsonKey(name: 'MinIris', fromJson: OnvifUtil.nullableDoubleMappedFromXml)
double? minIris
final

Minimum value of the iris range allowed to be used by the algorithm.

Implementation

@JsonKey(
  name: 'MinIris',
  fromJson: OnvifUtil.nullableDoubleMappedFromXml,
)
final double? minIris;