Structures
The following structures are available globally.
-
Results for all images.
See moreDeclaration
Swift
public struct AnalyzeResponse : Codable, Equatable
-
Details about a collection.
See moreDeclaration
Swift
public struct Collection : Codable, Equatable
-
The objects in a collection that are detected in an image.
See moreDeclaration
Swift
public struct CollectionObjects : Codable, Equatable
-
Training status information for the collection.
See moreDeclaration
Swift
public struct CollectionTrainingStatus : Codable, Equatable
-
A container for the list of collections.
See moreDeclaration
Swift
public struct CollectionsList : Codable, Equatable
-
Container for the list of collections that have objects detected in an image.
See moreDeclaration
Swift
public struct DetectedObjects : Codable, Equatable
-
Details about an error.
See moreDeclaration
Swift
public struct Error : Codable, Equatable
-
Details about the specific area of the problem.
See moreDeclaration
Swift
public struct ErrorTarget : Codable, Equatable
-
A file with its associated metadata.
See moreDeclaration
Swift
public struct FileWithMetadata : Codable, Equatable
-
Details about an image.
See moreDeclaration
Swift
public struct Image : Codable, Equatable
-
Details about an image.
See moreDeclaration
Swift
public struct ImageDetails : Codable, Equatable
-
List of information about the images.
See moreDeclaration
Swift
public struct ImageDetailsList : Codable, Equatable
-
Height and width of an image.
See moreDeclaration
Swift
public struct ImageDimensions : Codable, Equatable
-
The source type of the image.
See moreDeclaration
Swift
public struct ImageSource : Codable, Equatable
-
Basic information about an image.
See moreDeclaration
Swift
public struct ImageSummary : Codable, Equatable
-
List of images.
See moreDeclaration
Swift
public struct ImageSummaryList : Codable, Equatable
-
Defines the location of the bounding box around the object.
See moreDeclaration
Swift
public struct Location : Codable, Equatable
-
Details about an object in the collection.
See moreDeclaration
Swift
public struct ObjectDetail : Codable, Equatable
-
Defines the location of the bounding box around the object.
See moreDeclaration
Swift
public struct ObjectDetailLocation : Codable, Equatable
-
Basic information about an object.
See moreDeclaration
Swift
public struct ObjectMetadata : Codable, Equatable
-
List of objects.
See moreDeclaration
Swift
public struct ObjectMetadataList : Codable, Equatable
-
Training status for the objects in the collection.
See moreDeclaration
Swift
public struct ObjectTrainingStatus : Codable, Equatable
-
Details about the training data.
See moreDeclaration
Swift
public struct TrainingDataObject : Codable, Equatable
-
Training data for all objects.
See moreDeclaration
Swift
public struct TrainingDataObjects : Codable, Equatable
-
Details about the training event.
See moreDeclaration
Swift
public struct TrainingEvent : Codable, Equatable
-
Details about the training events.
See moreDeclaration
Swift
public struct TrainingEvents : Codable, Equatable
-
Training status information for the collection.
See moreDeclaration
Swift
public struct TrainingStatus : Codable, Equatable
-
Basic information about an updated object.
See moreDeclaration
Swift
public struct UpdateObjectMetadata : Codable, Equatable
-
Details about a problem.
See moreDeclaration
Swift
public struct Warning : Codable, Equatable