maxIris property

  1. @JsonKey(name: 'MaxIris', fromJson: OnvifUtil.nullableMappedToDouble)
double? maxIris
final

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

Implementation

@JsonKey(name: 'MaxIris', fromJson: OnvifUtil.nullableMappedToDouble)
final double? maxIris;