Contents

results

The asynchronous sequence of speech detection results.

Declaration

final var results: some Sendable & AsyncSequence<SpeechDetector.Result, any Error> { get }

Discussion

This sequence may throw an error, but will otherwise remain empty.

Accessing this property does not create a new sequence.

See Also

Getting results