PathExtractor

org.llm4s.speech.processing.AudioInputExtractors.PathExtractor
object PathExtractor extends AudioProcessor[Option[Path]]

Extract file path from AudioInput (if available)

Attributes

Graph
Supertypes
trait AudioProcessor[Option[Path]]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def name: String
def process(input: AudioInput): Result[Option[Path]]