Predictions
public enum Predictions
-
Attribute of an entity identified as a result of identify() API
See moreDeclaration
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 moreDeclaration
Swift
struct BoundedKeyValue -
Describes a celebrity identified in an image with information about its location(bounding box) and facial features(landmarks)
See moreDeclaration
Swift
struct Celebrity -
Emotion identified in an entity(faces/celebrities) as a result of identify() API with associated
See moreEmotionTypeand confidence valueDeclaration
Swift
struct Emotion -
Result returned as part of identify() API call with
See moreIdentifyAction.detectEntitiestype parameterDeclaration
Swift
struct Entity -
Describes gender of an entity identified as a result of identify() API
See moreDeclaration
Swift
struct Gender : @unchecked Sendable -
Gender of an entity(face/celebrity) identified with associated confidence value
See moreDeclaration
Swift
struct GenderAttribute -
Describes a line of text identified in an image as a result of identify() API call
See moreDeclaration
Swift
struct IdentifiedLine : IdentifiedText -
Describes a word identified in an image as a result of identify() API call
See moreDeclaration
Swift
struct IdentifiedWord : IdentifiedText -
Describes a key phrase identified in a text as a result of interpret() API call
See moreDeclaration
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 moreDeclaration
Swift
struct Landmark -
Declaration
Swift
struct Language : Equatable, Decodable, @unchecked Sendable -
Part of speech identified in a text from interpret() API
See moreDeclaration
Swift
struct PartOfSpeech : Equatable, @unchecked Sendable -
Declaration
Swift
struct Polygon -
Describes the pose of a person identified in an image from identify() API
See moreDeclaration
Swift
struct Pose -
Declaration
Swift
struct Selection -
Sentiment Analysis result for Predictions category
See moreDeclaration
Swift
struct Sentiment -
Describes syntactical information resulting from text interpretation as a result of interpret() API
See moreDeclaration
Swift
struct SyntaxToken -
Declaration
Swift
struct Table -
Describes different text formats passed a type parameter to identify().
See moreDeclaration
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 moreDeclaration
Swift
struct Label -
Declaration
Swift
struct Parent -
Declaration
Swift
enum Interpret
View on GitHub