Class ModelFilter
Inheritance
object
ModelFilter
Assembly: .dll
Syntax
public class ModelFilter : IEquatable<ModelFilter>, IAIDevKitAssetFilter<Model>
Properties
Api
Declaration
public Api Api { get; set; }
Property Value
Feature
Declaration
public ModelFeature? Feature { get; set; }
Property Value
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
Methods
EMB(Api)
Declaration
public static ModelFilter EMB(Api api = Api.All)
Parameters
Type |
Name |
Description |
Api |
api |
|
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(Api)
Declaration
public static ModelFilter IMG(Api api = Api.All)
Parameters
Type |
Name |
Description |
Api |
api |
|
Returns
LLM(Api)
Declaration
public static ModelFilter LLM(Api api = Api.All)
Parameters
Type |
Name |
Description |
Api |
api |
|
Returns
MOD(Api)
Declaration
public static ModelFilter MOD(Api api = Api.All)
Parameters
Type |
Name |
Description |
Api |
api |
|
Returns
Matches(Model)
Declaration
public bool Matches(Model data)
Parameters
Type |
Name |
Description |
Model |
data |
|
Returns
RTM(Api)
Declaration
public static ModelFilter RTM(Api api = Api.All)
Parameters
Type |
Name |
Description |
Api |
api |
|
Returns
SFX(Api)
Declaration
public static ModelFilter SFX(Api api = Api.All)
Parameters
Type |
Name |
Description |
Api |
api |
|
Returns
STT(Api)
Declaration
public static ModelFilter STT(Api api = Api.All)
Parameters
Type |
Name |
Description |
Api |
api |
|
Returns
TTS(Api)
Declaration
public static ModelFilter TTS(Api api = Api.All)
Parameters
Type |
Name |
Description |
Api |
api |
|
Returns
VCM(Api)
Declaration
public static ModelFilter VCM(Api api = Api.All)
Parameters
Type |
Name |
Description |
Api |
api |
|
Returns
VID(Api)
Declaration
public static ModelFilter VID(Api api = Api.All)
Parameters
Type |
Name |
Description |
Api |
api |
|
Returns
Implements
System.IEquatable<T>