Predictions

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

    See more

    Declaration

    Swift

    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

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

    See more

    Declaration

    Swift

    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

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

    See more

    Declaration

    Swift

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

    See more

    Declaration

    Swift

    struct Gender : @unchecked Sendable
  • Gender of an entity(face/celebrity) identified with associated confidence value

    See more

    Declaration

    Swift

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

    See more

    Declaration

    Swift

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

    See more

    Declaration

    Swift

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

    See more

    Declaration

    Swift

    struct KeyPhrase
  • Declaration

    Swift

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

    See more

    Declaration

    Swift

    struct Landmark
  • Declaration

    Swift

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

    See more

    Declaration

    Swift

    struct PartOfSpeech : Equatable, @unchecked Sendable
  • Declaration

    Swift

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

    See more

    Declaration

    Swift

    struct Pose
  • Declaration

    Swift

    struct Selection
  • Sentiment Analysis result for Predictions category

    See more

    Declaration

    Swift

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

    See more

    Declaration

    Swift

    struct SyntaxToken
  • Declaration

    Swift

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

    See more

    Declaration

    Swift

    struct TextFormatType : Equatable, @unchecked Sendable
  • Declaration

    Swift

    struct Voice
  • Declaration

    Swift

    enum Convert
  • Declaration

    Swift

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

    See more

    Declaration

    Swift

    struct Label
  • Declaration

    Swift

    struct Parent
  • Declaration

    Swift

    enum Interpret