maxIris property

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

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

Implementation

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