minIris property
- @JsonKey.new(name: 'MinIris', fromJson: OnvifUtil.nullableDoubleMappedFromXml)
final
Minimum value of the iris range allowed to be used by the algorithm.
Implementation
@JsonKey(name: 'MinIris', fromJson: OnvifUtil.nullableDoubleMappedFromXml)
final double? minIris;