Request
public struct Request<Output>
-
Declaration
Swift
public static let celebrities: Predictions.Identify.Request<Predictions.Identify.Celebrities.Result>
-
Declaration
Swift
public static func textInDocument(textFormatType: Predictions.TextFormatType) -> Predictions.Identify.Request<Output>
-
Declaration
Swift
public static let entities: Predictions.Identify.Request<Predictions.Identify.Entities.Result>
-
Declaration
Swift
public static func entitiesFromCollection(withID collectionID: String) -> Predictions.Identify.Request<Output>
-
Declaration
Swift
public static func labels(type: Predictions.LabelType = .labels) -> Predictions.Identify.Request<Output>
-
Declaration
Swift
public static let text: Predictions.Identify.Request<Predictions.Identify.Text.Result>