KeyPhrase
public struct KeyPhrase
Describes a key phrase identified in a text as a result of interpret() API call
-
Declaration
Swift
public let score: Float?
-
Declaration
Swift
public let text: String
-
Declaration
Swift
public let range: Range<String.Index>
-
Declaration
Swift
public init(text: String, range: Range<String.Index>, score: Float?)