AnalyzeResponse

public struct AnalyzeResponse : Codable, Equatable

Results for all images.

  • Analyzed images.

    Declaration

    Swift

    public var images: [Image]
  • Information about what might cause less than optimal output.

    Declaration

    Swift

    public var warnings: [Warning]?
  • A unique identifier of the request. Included only when an error or warning is returned.

    Declaration

    Swift

    public var trace: String?