*** id: 19e10a35-ca3d-415b-be6a-6f801b5ab0ad title: CallDetect.DigitParams slug: /dotnet/reference/calling/call-detect-digit-params max-toc-depth: 3 ---------------- # SignalWire.Relay.Calling.CallDetect.DigitParams This object represents the parameters specific to digit detection. ## Constructor The only constructor is the default constructor, properties should all be assigned by initializer or after construction. **Parameters** None **Examples** > Basic Example ```csharp CallDetect detect = new CallDetect { Type = CallDetect.DetectType.digit, Parameters = new CallDetect.DigitParams { // No required parameters } }; ``` ## Properties | Property | Type | Description | | -------- | ------ | --------------------------------------------------- | | `Digits` | string | The digits to detect.
*Default: 0123456789\*#* | ## Methods None ## Events None