Class VoiceFilter
Inheritance
object
VoiceFilter
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class VoiceFilter : IEquatable<VoiceFilter>, IAIDevKitAssetFilter<Voice>
Properties
Api
Declaration
public AIProvider Api { get; set; }
Property Value
Type | Description |
---|---|
AIProvider |
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
API(AIProvider)
Declaration
public static VoiceFilter API(AIProvider api = AIProvider.All)
Parameters
Type | Name | Description |
---|---|---|
AIProvider | api |
Returns
Type | Description |
---|---|
VoiceFilter |
Equals(VoiceFilter)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(VoiceFilter other)
Parameters
Type | Name | Description |
---|---|---|
VoiceFilter | other | An object to compare with this object. |
Returns
Type | Description |
---|---|
bool | true if the current object is equal to the |
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()
Matches(Voice)
Declaration
public bool Matches(Voice data)
Parameters
Type | Name | Description |
---|---|---|
Voice | data |
Returns
Type | Description |
---|---|
bool |
Implements
System.IEquatable<T>