NERtcLLMRequestResult class

LLM请求结果

Constructors

NERtcLLMRequestResult({required String taskId, required int code, String? errorMsg})

Properties

code int
错误码
getter/setter pair
errorMsg String?
错误信息
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskId String
任务ID
getter/setter pair

Methods

encode() Object
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

decode(Object result) NERtcLLMRequestResult