analyzerInputs
A new sequence of speech analyzer input objects containing audio from the asset or file.
Declaration
final var analyzerInputs: some Sendable & AsyncSequence<AnalyzerInput, any Error> { get }Discussion
The sequence includes the entire asset track’s or file’s audio. You may release the provider object after obtaining the sequence.