Decor8AI class

Constructors

Decor8AI(String apiKey)

Properties

apiKey String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateDesigns(String? inputImage, String roomType, String designStyle, {int? numCaptions, int numImages = 1}) Future<Map<String, dynamic>>
generateDesignsForRoom(String? inputImageUrl, String roomType, String designStyle, {int numImages = 1}) Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
primeTheRoomWalls(String inputImage) Future<Map<String, dynamic>>
primeWallsForRoom(String inputImageUrl) Future<Map<String, dynamic>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited