Modeling3dReconstructTaskUtils class abstract
Processes 3D object reconstruction tasks.
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
deleteTask(
String taskId) → Future< int> - Deletes a 3D object reconstruction task using its ID. Returns deletion result. 0 indicates success, and other values indicate failure.
-
queryTask(
String taskId) → Future< Modeling3dReconstructQueryResult> - Queries the status of a 3D object reconstruction task.
-
queryTaskRestrictStatus(
String taskId) → Future< int> - Queries the restriction status of a 3D object reconstruction task using its ID. Returns restriction status. 0 indicates that the task is not restricted. 1 indicates that the task is restricted. Other values indicate a query failure.
-
setTaskRestrictStatus(
String taskId, int restrictStatus) → Future< int> - Sets the restriction status of a 3D object reconstruction task using its ID. Check Modeling3dReconstructConstants.restrictStatus for more. Returns restriction status setting result. 0 indicates success, and other values indicate failure.