Modeling3dReconstructQueryResult class

Queries the status of a 3D object reconstruction task.

Properties

hashCode int
The hash code for this object.
no setterinherited
modelFormat List<String>?
Supported model file formats.
final
reconstructFailMessage String?
Reason why the 3D object reconstruction task fails.
final
retCode int
Result code for a 3D object reconstruction task.
final
retMessage String?
Description of the result code for a 3D object reconstruction task.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
Status of a 3D object reconstruction task. Check Modeling3dReconstructConstants.progressStatus for more.
final
taskId String
ID of a 3D object reconstruction task. A unique task ID is generated each time the 3D object reconstruction API is called.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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