Method Deactivate
Deactivate(IGroundTruthGenerator)
Deactivates the given IGroundTruthGenerator. It will no longer receive calls when Labeling instances are created.
Declaration
public bool Deactivate(IGroundTruthGenerator generator)
Parameters
Type | Name | Description |
---|---|---|
IGroundTruthGenerator | generator | The generator to deactivate |
Returns
Type | Description |
---|---|
bool | True if the generator was successfully removed. False if generator was not active. |