IDLive Face C# API 1.46.0
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Idrnd.FaceSdk.ImageBatch Class Reference

Class for storing Image batch (a sequence of photos) More...

Public Member Functions

 ImageBatch (IList< Image > images)
 Create Image batch from Image list.
 
 ImageBatch (IList< Image > images, IList< long > timestamps)
 Create Image batch from Image list and timestamps lists.
 

Properties

IList< long > Timestamps [get]
 Timestamps, corresponding to Image objects in array.
 
IList< ImageImages [get]
 Image array.
 

Detailed Description

Class for storing Image batch (a sequence of photos)

Constructor & Destructor Documentation

◆ ImageBatch() [1/2]

Idrnd.FaceSdk.ImageBatch.ImageBatch ( IList< Image images)

Create Image batch from Image list.

Parameters
imagesImage array

◆ ImageBatch() [2/2]

Idrnd.FaceSdk.ImageBatch.ImageBatch ( IList< Image images,
IList< long >  timestamps 
)

Create Image batch from Image list and timestamps lists.

Parameters
imagesImage array
timestampsTimestamps, corresponding to Image objects in array

The documentation for this class was generated from the following file: