0
var option = [NSObject : AnyObject]?.self
option = [CIDetectorSmile = true, CIDetectorEyeBlink = true, CIDetectorImageOrientation : 6]
Error: Expected ',' separator斯威夫特代碼錯誤而產生的選項變量
var features = faceDetector.featuresInImage(sourceImage, options: option)
Error: Cannot invoke 'featuresInImage' with an argument list of type ('CIImage, options: [NSObject : AnyObject]?Type?)
我怎樣才能解決編譯錯誤?
關於「一行上的連續語句必須用'來區分';' 「錯誤? 這是什麼意思? – Vivek
@Vivek以前是那裏還是現在發生?如果它之前在那裏,那麼編譯器會對':'和'='的使用感到困惑 – luk2302