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