$TextProcessingApiClient 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<TextProcessingApiDeleteTaskResponseApplicationJson, void>>
-
This endpoint allows to delete a scheduled task for a user.
-
deleteTaskRaw({required int id, bool? oCSAPIRequest})
→ DynamiteRawResponse<TextProcessingApiDeleteTaskResponseApplicationJson, void>
-
This endpoint allows to delete a scheduled task for a user.
-
getTask({required int id, bool? oCSAPIRequest})
→ Future<DynamiteResponse<TextProcessingApiGetTaskResponseApplicationJson, 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<TextProcessingApiGetTaskResponseApplicationJson, void>
-
This endpoint allows checking the status and results of a task. Tasks are removed 1 week after receiving their last update.
-
listTasksByApp({required String appId, String? identifier, bool? oCSAPIRequest})
→ Future<DynamiteResponse<TextProcessingApiListTasksByAppResponseApplicationJson, 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<TextProcessingApiListTasksByAppResponseApplicationJson, 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 type, required String appId, String? identifier, bool? oCSAPIRequest})
→ Future<DynamiteResponse<TextProcessingApiScheduleResponseApplicationJson, void>>
-
This endpoint allows scheduling a language model task.
-
scheduleRaw({required String input, required String type, required String appId, String? identifier, bool? oCSAPIRequest})
→ DynamiteRawResponse<TextProcessingApiScheduleResponseApplicationJson, void>
-
This endpoint allows scheduling a language model task.
-
taskTypes({bool? oCSAPIRequest})
→ Future<DynamiteResponse<TextProcessingApiTaskTypesResponseApplicationJson, void>>
-
This endpoint returns all available LanguageModel task types.
-
taskTypesRaw({bool? oCSAPIRequest})
→ DynamiteRawResponse<TextProcessingApiTaskTypesResponseApplicationJson, void>
-
This endpoint returns all available LanguageModel task types.
-
toString()
→ String
-
A string representation of this object.
inherited