Text23D class

Constructors

Text23D({required String key, String? webhook, String? trackId, required String prompt, String? resolution, String? outputFormat, bool? render, String? negativePrompt, int? seed, int? guidanceScale, int? numInferenceSteps, double? ssGuidanceStrength, double? slatGuidanceStrength, int? slatSamplingSteps, double? meshSimplify, double? foregroundRatio, bool? removeBg, int? chunkSize, String? temp})
const
Text23D.fromJson(Map<String, dynamic> json)
factory

Properties

chunkSize int?
final
foregroundRatio double?
final
guidanceScale int?
final
hashCode int
The hash code for this object.
no setterinherited
key String
final
meshSimplify double?
final
negativePrompt String?
final
numInferenceSteps int?
final
outputFormat String?
final
prompt String
final
removeBg bool?
final
render bool?
final
resolution String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed int?
final
slatGuidanceStrength double?
final
slatSamplingSteps int?
final
ssGuidanceStrength double?
final
temp String?
final
trackId String?
final
webhook String?
final

Methods

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

Operators

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