$TextToImageApiClient class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deleteTask({required int id, bool? oCSAPIRequest})
→ Future<DynamiteResponse<TextToImageApiDeleteTaskResponseApplicationJson, void>>
-
This endpoint allows to delete a scheduled task for a user.
-
deleteTaskRaw({required int id, bool? oCSAPIRequest})
→ DynamiteRawResponse<TextToImageApiDeleteTaskResponseApplicationJson, void>
-
This endpoint allows to delete a scheduled task for a user.
-
getImage({required int id, required int index, bool? oCSAPIRequest})
→ Future<DynamiteResponse<Uint8List, void>>
-
This endpoint allows downloading the resulting image of a task.
-
getImageRaw({required int id, required int index, bool? oCSAPIRequest})
→ DynamiteRawResponse<Uint8List, void>
-
This endpoint allows downloading the resulting image of a task.
-
getTask({required int id, bool? oCSAPIRequest})
→ Future<DynamiteResponse<TextToImageApiGetTaskResponseApplicationJson, void>>
-
This endpoint allows checking the status and results of a task. Tasks are removed 1 week after receiving their last update.
-
getTaskRaw({required int id, bool? oCSAPIRequest})
→ DynamiteRawResponse<TextToImageApiGetTaskResponseApplicationJson, void>
-
This endpoint allows checking the status and results of a task. Tasks are removed 1 week after receiving their last update.
-
isAvailable({bool? oCSAPIRequest})
→ Future<DynamiteResponse<TextToImageApiIsAvailableResponseApplicationJson, void>>
-
Check whether this feature is available.
-
isAvailableRaw({bool? oCSAPIRequest})
→ DynamiteRawResponse<TextToImageApiIsAvailableResponseApplicationJson, void>
-
Check whether this feature is available.
-
listTasksByApp({required String appId, String? identifier, bool? oCSAPIRequest})
→ Future<DynamiteResponse<TextToImageApiListTasksByAppResponseApplicationJson, void>>
-
This endpoint returns a list of tasks of a user that are related with a specific appId and optionally with an identifier.
-
listTasksByAppRaw({required String appId, String? identifier, bool? oCSAPIRequest})
→ DynamiteRawResponse<TextToImageApiListTasksByAppResponseApplicationJson, void>
-
This endpoint returns a list of tasks of a user that are related with a specific appId and optionally with an identifier.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
schedule({required String input, required String appId, String? identifier, int? numberOfImages, bool? oCSAPIRequest})
→ Future<DynamiteResponse<TextToImageApiScheduleResponseApplicationJson, void>>
-
This endpoint allows scheduling a text to image task.
-
scheduleRaw({required String input, required String appId, String? identifier, int? numberOfImages, bool? oCSAPIRequest})
→ DynamiteRawResponse<TextToImageApiScheduleResponseApplicationJson, void>
-
This endpoint allows scheduling a text to image task.
-
toString()
→ String
-
A string representation of this object.
inherited