Text23D constructor
const
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,
Implementation
const Text23D({
required this.key,
this.webhook,
this.trackId,
required this.prompt,
this.resolution,
this.outputFormat,
this.render,
this.negativePrompt,
this.seed,
this.guidanceScale,
this.numInferenceSteps,
this.ssGuidanceStrength,
this.slatGuidanceStrength,
this.slatSamplingSteps,
this.meshSimplify,
this.foregroundRatio,
this.removeBg,
this.chunkSize,
this.temp,
});