finalizeAndFinishThroughEndOfInput()
Finishes analysis after an audio input sequence has been fully consumed and its results are finalized.
Declaration
final func finalizeAndFinishThroughEndOfInput() async throwsDiscussion
This method waits until the input sequence has terminated, then finalizes like finalize(through:) and finishes analysis like finish(after:).
If there is no input sequence, this method waits until there is an input sequence and the sequence terminates. If the input sequence is replaced using one of the start methods, this method continues waiting for the replacement input sequence to terminate.