KeywordDetector

public class KeywordDetector

<#Description#>

  • <#Description#>

    Declaration

    Swift

    public weak var delegate: KeywordDetectorDelegate?
  • <#Description#>

    Declaration

    Swift

    private(set) public var state: KeywordDetectorState { get set }
  • Must set keywordSource for using KeywordDetector

    Declaration

    Swift

    public var keywordSource: KeywordSource? { get set }
  • <#Description#>

    Declaration

    Swift

    public init()
  • <#Description#>

    Declaration

    Swift

    public func start()
  • <#Description#>

    Declaration

    Swift

    public func putAudioBuffer(buffer: AVAudioPCMBuffer)

    Parameters

    buffer

    <#buffer description#>

  • <#Description#>

    Declaration

    Swift

    public func stop()