Factory Class

Factory is the primary entry point for the client and is used to construct the elements necessary to perform a collection.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public class Factory : IDisposable
Inheritance
Object    Factory
Implements
IDisposable

Constructors

Factory Create a Factory instance

Properties

LastErrorMessage Gets more information about the last known error if an error occurred or an empty string
Mode Gets or sets the operating mode which will be used when creating a new Collector.
SdkId Gets the SDK ID of this DFX Extraction Library.
ValidProperties Gets a list of valid property keys which can be configured. SetProperty(String, String)
Version Gets the version of this DFX Extraction Library.

Methods

AddStudyFromFile Adds to the study definition when a definition is comprised of multiple parts with an additional file based definition.
AddToStudy Adds to the study definition when a definition is comprised of multiple parts with an additional memory based definition.
CreateCollector Creates a Collector to process video frames and build a request payload.
DisposeReleases all resources used by the Factory
Dispose(Boolean)Releases the unmanaged resources used by the Factory and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetProperty Returns a property value for a key.
GetTypeGets the Type of the current instance.
(Inherited from Object)
InitializeStudy Initializes the factory to create collectors for a study with a memory based data definition.
InitializeStudyFromFile Initializes the factory to create collectors for a study with a file based data definition.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RemoveProperty Removes a property from the factory if it exists.
SetProperty Specifies a configurable property key/value pair to configure the DFX Extraction Library.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also