Constructor ObjectCountLabeler
ObjectCountLabeler()
Creates a new ObjectCountLabeler. This constructor should only be used by serialization. For creation from user code, use ObjectCountLabeler(IdLabelConfig).
Declaration
public ObjectCountLabeler()
ObjectCountLabeler(IdLabelConfig)
Creates a new ObjectCountLabeler with the given IdLabelConfig.
Declaration
public ObjectCountLabeler(IdLabelConfig labelConfig)
Parameters
Type | Name | Description |
---|---|---|
IdLabelConfig | labelConfig | The label config for resolving the label for each object. |