IDLive Face C# API  1.50.5
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 More...
 
 ImageBatch (IList< Image > images, IList< long > timestamps)
 Create Image batch from Image list and timestamps lists More...
 

Properties

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

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

Property Documentation

◆ Images

IList<Image> Idrnd.FaceSdk.ImageBatch.Images
get

Image array

◆ Timestamps

IList<long> Idrnd.FaceSdk.ImageBatch.Timestamps
get

Timestamps, corresponding to Image objects in array


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