Structures

The following structures are available globally.

  • Results for all images.

    See more

    Declaration

    Swift

    public struct AnalyzeResponse : Codable, Equatable
  • Details about a collection.

    See more

    Declaration

    Swift

    public struct Collection : Codable, Equatable
  • The objects in a collection that are detected in an image.

    See more

    Declaration

    Swift

    public struct CollectionObjects : Codable, Equatable
  • Training status information for the collection.

    See more

    Declaration

    Swift

    public struct CollectionTrainingStatus : Codable, Equatable
  • A container for the list of collections.

    See more

    Declaration

    Swift

    public struct CollectionsList : Codable, Equatable
  • Container for the list of collections that have objects detected in an image.

    See more

    Declaration

    Swift

    public struct DetectedObjects : Codable, Equatable
  • Details about an error.

    See more

    Declaration

    Swift

    public struct Error : Codable, Equatable
  • Details about the specific area of the problem.

    See more

    Declaration

    Swift

    public struct ErrorTarget : Codable, Equatable
  • A file with its associated metadata.

    See more

    Declaration

    Swift

    public struct FileWithMetadata : Codable, Equatable
  • Details about an image.

    See more

    Declaration

    Swift

    public struct Image : Codable, Equatable
  • Details about an image.

    See more

    Declaration

    Swift

    public struct ImageDetails : Codable, Equatable
  • List of information about the images.

    See more

    Declaration

    Swift

    public struct ImageDetailsList : Codable, Equatable
  • Height and width of an image.

    See more

    Declaration

    Swift

    public struct ImageDimensions : Codable, Equatable
  • The source type of the image.

    See more

    Declaration

    Swift

    public struct ImageSource : Codable, Equatable
  • Basic information about an image.

    See more

    Declaration

    Swift

    public struct ImageSummary : Codable, Equatable
  • List of images.

    See more

    Declaration

    Swift

    public struct ImageSummaryList : Codable, Equatable
  • Defines the location of the bounding box around the object.

    See more

    Declaration

    Swift

    public struct Location : Codable, Equatable
  • Details about an object in the collection.

    See more

    Declaration

    Swift

    public struct ObjectDetail : Codable, Equatable
  • Defines the location of the bounding box around the object.

    See more

    Declaration

    Swift

    public struct ObjectDetailLocation : Codable, Equatable
  • Basic information about an object.

    See more

    Declaration

    Swift

    public struct ObjectMetadata : Codable, Equatable
  • List of objects.

    See more

    Declaration

    Swift

    public struct ObjectMetadataList : Codable, Equatable
  • Training status for the objects in the collection.

    See more

    Declaration

    Swift

    public struct ObjectTrainingStatus : Codable, Equatable
  • Details about the training data.

    See more

    Declaration

    Swift

    public struct TrainingDataObject : Codable, Equatable
  • Training data for all objects.

    See more

    Declaration

    Swift

    public struct TrainingDataObjects : Codable, Equatable
  • Details about the training event.

    See more

    Declaration

    Swift

    public struct TrainingEvent : Codable, Equatable
  • Details about the training events.

    See more

    Declaration

    Swift

    public struct TrainingEvents : Codable, Equatable
  • Training status information for the collection.

    See more

    Declaration

    Swift

    public struct TrainingStatus : Codable, Equatable
  • Basic information about an updated object.

    See more

    Declaration

    Swift

    public struct UpdateObjectMetadata : Codable, Equatable
  • Details about a problem.

    See more

    Declaration

    Swift

    public struct Warning : Codable, Equatable