Class: EOIProcessVideoInputs
Request model used when calling the EyesOnIt C# SDK.
Namespace: EyesOnItSDK.API.Inputs
Inherits from: EOIBaseVideoInputs
Constructors
public EOIProcessVideoInputs() : base()public EOIProcessVideoInputs( string inputVideoPath, string outputVideoPath, EOIRegion[] regions, int frameRate, EOIEffects effects) : base()
Properties
| Property | JSON Field | Type | Notes |
|---|---|---|---|
InputVideoPath | input_video_path | string | |
RotateVideo | rotate_video | int | |
OutputVideoPath | output_video_path | string | |
RealTime | real_time | bool | |
VideoStartInterval | video_start_interval | int | |
OutputAllFrames | output_all_frames | bool | |
StartSeconds | start_seconds | int? | |
EndSeconds | end_seconds | int? | |
VideoStartLocalTime | video_start_local_time | string | |
Mode | mode | string | Defaults to KNOWN_OBJECT_DETECTION. |
BaseImagePath | base_image_path | string | |
Plugins | plugins | object | |
Validation | validation | EOIValidation |
Events
This class does not expose any public events.
Methods
This class does not expose any public methods.