KYEngineSetting class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

KYEngineSetting()

Properties

autoDetectNetwork bool?
getter/setter pair
connectTimeout int?
getter/setter pair
engineType String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isOutputLog bool?
getter/setter pair
isSDKLogEnabled bool?
getter/setter pair
isVADEnabled bool?
getter/setter pair
languages List<String>?
getter/setter pair
logLevel int?
getter/setter pair
nativeCNResourcePath String?
getter/setter pair
nativeResourcePath String?
getter/setter pair
provisionPath String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkCfgAddr String?
getter/setter pair
serverAddress String?
getter/setter pair
serverTimeout int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() Map<String, dynamic>
toJson is the convention for a class to declare support for serialization to JSON. The implementation simply calls the private, generated helper method _$KYEngineSettingToJson.
toString() String
A string representation of this object.
inherited

Operators

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