TNEntityWordPredictionResult

@objcMembers
open class TNEntityWordPredictionResult : NSObject, Codable

Results of prediction word API.

  • Predictions model metadata

    Declaration

    Swift

    public var status: TNEntityResponseStatus?
  • An id assigned to the category response that can be used for referencing

    Declaration

    Swift

    public var referenceId: String?
  • Request processing time in milliseconds.

    Declaration

    Swift

    public var responseTime: Int?
  • List of prediction word results

    Declaration

    Swift

    public var results: [TNWordPrediction]?