Predictions

public enum Predictions
  • Attribute of an entity identified as a result of identify() API

    See more

    Declaration

    Swift

    public struct Attribute
  • Describes the data extracted as key-value pair in an image/document resulting from identify() API e.g The text “Name: John Doe” present in an image/document

    See more

    Declaration

    Swift

    public struct BoundedKeyValue
  • Describes a celebrity identified in an image with information about its location(bounding box) and facial features(landmarks)

    See more

    Declaration

    Swift

    public struct Celebrity
  • Emotion identified in an entity(faces/celebrities) as a result of identify() API with associated EmotionType and confidence value

    See more

    Declaration

    Swift

    public struct Emotion
  • Result returned as part of identify() API call with IdentifyAction.detectEntities type parameter

    See more

    Declaration

    Swift

    public struct Entity
  • Describes gender of an entity identified as a result of identify() API

    See more

    Declaration

    Swift

    public struct Gender
  • Gender of an entity(face/celebrity) identified with associated confidence value

    See more

    Declaration

    Swift

    public struct GenderAttribute
  • Describes a line of text identified in an image as a result of identify() API call

    See more

    Declaration

    Swift

    public struct IdentifiedLine : IdentifiedText
  • Describes a word identified in an image as a result of identify() API call

    See more

    Declaration

    Swift

    public struct IdentifiedWord : IdentifiedText
  • Describes a key phrase identified in a text as a result of interpret() API call

    See more

    Declaration

    Swift

    public struct KeyPhrase
  • Declaration

    Swift

    public struct LabelType : Equatable
  • Describes the facial feature in a celebrity/entity identified as a result of identify() API

    See more

    Declaration

    Swift

    public struct Landmark
  • Declaration

    Swift

    public struct Language : Equatable, Decodable
  • Part of speech identified in a text from interpret() API

    See more

    Declaration

    Swift

    public struct PartOfSpeech : Equatable
  • Declaration

    Swift

    public struct Polygon
  • Describes the pose of a person identified in an image from identify() API

    See more

    Declaration

    Swift

    public struct Pose
  • Declaration

    Swift

    public struct Selection
  • Sentiment Analysis result for Predictions category

    See more

    Declaration

    Swift

    public struct Sentiment
  • Describes syntactical information resulting from text interpretation as a result of interpret() API

    See more

    Declaration

    Swift

    public struct SyntaxToken
  • Declaration

    Swift

    public struct Table
  • Describes different text formats passed a type parameter to identify().

    See more

    Declaration

    Swift

    public struct TextFormatType : Equatable
  • Declaration

    Swift

    public struct Voice
  • Declaration

    Swift

    public enum Convert
  • Declaration

    Swift

    public enum Identify
  • Describes a real world object (e.g., chair, desk) identified in an image

    See more

    Declaration

    Swift

    public struct Label
  • Declaration

    Swift

    public struct Parent
  • Declaration

    Swift

    public enum Interpret