crop property

  1. @TagNumber.new(5)
PreprocessingConfig_Crop get crop

Specify the video cropping configuration.

Implementation

@$pb.TagNumber(5)
PreprocessingConfig_Crop get crop => $_getN(4);
  1. @TagNumber.new(5)
set crop (PreprocessingConfig_Crop v)

Implementation

@$pb.TagNumber(5)
set crop(PreprocessingConfig_Crop v) { setField(5, v); }