Specifies the service that should be used to run face detection. The preferred service is 'Tensorflow' which runs locally. More...
Public Member Functions | |
override int | GetHashCode () |
Returns the receiver's hash code. More... | |
override bool | Equals (object obj) |
Returns true if two detection services are the same. More... | |
bool | Equals (DetectionService other) |
Returns true if two detection services are the same. More... | |
override string | ToString () |
Returns a debug description. More... | |
Static Public Member Functions | |
static bool | operator== (DetectionService lhs, DetectionService rhs) |
Returns true if two detection services are the same. More... | |
static bool | operator!= (DetectionService lhs, DetectionService rhs) |
Returns true if two detection services are different. More... | |
Static Public Attributes | |
static readonly DetectionService | Tensorflow = new DetectionService("tensorflow") |
The local tensorflow-based face detection service. More... | |
static readonly DetectionService | Cloud = new DetectionService("cloud") |
The cloud-based face detection service. More... | |
Properties | |
static List< DetectionService > | AvailableServices [get] |
Returns a list of all supported face detection services. More... | |
static DetectionService | DefaultService [get] |
Returns the face detection service that should be used by default. More... | |
bool | IsServiceAvailable [get] |
Returns true if the face detection service is available for use. More... | |
Specifies the service that should be used to run face detection. The preferred service is 'Tensorflow' which runs locally.
bool RealNetworks.ArgusKit.DetectionService.Equals | ( | DetectionService | other | ) |
Returns true if two detection services are the same.
other | the other service |
override bool RealNetworks.ArgusKit.DetectionService.Equals | ( | object | obj | ) |
Returns true if two detection services are the same.
obj | the other service |
override int RealNetworks.ArgusKit.DetectionService.GetHashCode | ( | ) |
Returns the receiver's hash code.
|
static |
Returns true if two detection services are different.
lhs | one service |
rhs | the other service |
|
static |
Returns true if two detection services are the same.
lhs | one service |
rhs | the other service |
override string RealNetworks.ArgusKit.DetectionService.ToString | ( | ) |
Returns a debug description.
|
static |
The cloud-based face detection service.
|
static |
The local tensorflow-based face detection service.
|
staticget |
Returns a list of all supported face detection services.
|
staticget |
Returns the face detection service that should be used by default.
|
get |
Returns true if the face detection service is available for use.