Property InputSize
InputSize
Gets or sets a value specifying a target size used to resize video frames for inference. If no value is specified, no resizing is performed.
[TypeConverter(typeof(NumericRecordConverter))]
public Size? InputSize { get; set; }
Property Value
- Size?