Class ModelFilter
Inheritance
object
ModelFilter
Assembly: .dll
Syntax
public class ModelFilter : IEquatable<ModelFilter>, IAIDevKitAssetFilter<Model>
Properties
Api
Declaration
public AIProvider Api { get; set; }
Property Value
Capability
Declaration
public ModelCapability? Capability { get; set; }
Property Value
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
Methods
EMB(AIProvider)
Declaration
public static ModelFilter EMB(AIProvider api = AIProvider.All)
Parameters
Returns
Equals(ModelFilter)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(ModelFilter other)
Parameters
Type |
Name |
Description |
ModelFilter |
other |
An object to compare with this object.
|
Returns
Type |
Description |
bool |
true if the current object is equal to the other parameter; otherwise, false.
|
Equals(object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
The object to compare with the current object.
|
Returns
Type |
Description |
bool |
true if the specified object is equal to the current object; otherwise, false.
|
Overrides
object.Equals(object)
GetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
Type |
Description |
int |
A hash code for the current object.
|
Overrides
object.GetHashCode()
IMG(AIProvider)
Declaration
public static ModelFilter IMG(AIProvider api = AIProvider.All)
Parameters
Returns
LLM(AIProvider)
Declaration
public static ModelFilter LLM(AIProvider api = AIProvider.All)
Parameters
Returns
MOD(AIProvider)
Declaration
public static ModelFilter MOD(AIProvider api = AIProvider.All)
Parameters
Returns
Matches(Model)
Declaration
public bool Matches(Model data)
Parameters
Type |
Name |
Description |
Model |
data |
|
Returns
RTM(AIProvider)
Declaration
public static ModelFilter RTM(AIProvider api = AIProvider.All)
Parameters
Returns
SFX(AIProvider)
Declaration
public static ModelFilter SFX(AIProvider api = AIProvider.All)
Parameters
Returns
STT(AIProvider)
Declaration
public static ModelFilter STT(AIProvider api = AIProvider.All)
Parameters
Returns
TTS(AIProvider)
Declaration
public static ModelFilter TTS(AIProvider api = AIProvider.All)
Parameters
Returns
VCM(AIProvider)
Declaration
public static ModelFilter VCM(AIProvider api = AIProvider.All)
Parameters
Returns
VID(AIProvider)
Declaration
public static ModelFilter VID(AIProvider api = AIProvider.All)
Parameters
Returns
Implements
System.IEquatable<T>