*** id: 3d1b3cfd-f29b-42bb-bc36-2afe03c611cb title: CallCollectType slug: /dotnet/reference/calling/call-collect-type max-toc-depth: 3 ---------------- # SignalWire.Relay.Calling.CallCollectType This is an enumeration that represents the different possible types of input collection that can occur. ### Values | Value | Description | | ---------- | ---------------------------------------------------- | | `error` | An error occurred during input collection. | | `no_input` | The collection failed because no input was detected. | | `no_match` | The collection failed because no match was detected. | | `digit` | The collection succeeded with digit input. | | `speech` | The collection succeeded with speech input. |