CharFilterName Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the names of all character filters supported by Azure Cognitive Search. https://docs.microsoft.com/rest/api/searchservice/Custom-analyzers-in-Azure-Search
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Search.Serialization.ExtensibleEnumConverter<Microsoft.Azure.Search.Models.CharFilterName>))]
public struct CharFilterName : IEquatable<Microsoft.Azure.Search.Models.CharFilterName>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Search.Serialization.ExtensibleEnumConverter<Microsoft.Azure.Search.Models.CharFilterName>))>]
type CharFilterName = struct
Public Structure CharFilterName
Implements IEquatable(Of CharFilterName)
- Inheritance
-
CharFilterName
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
HtmlStrip |
A character filter that attempts to strip out HTML constructs. https://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/charfilter/HTMLStripCharFilter.html |
Methods
Equals(CharFilterName) |
Compares the CharFilterName for equality with another CharFilterName. |
Equals(Object) |
Determines whether the specified object is equal to the current object. |
GetHashCode() |
Serves as the default hash function. |
ToString() |
Returns a string representation of the CharFilterName. |
Operators
Equality(CharFilterName, CharFilterName) |
Compares two CharFilterName values for equality. |
Explicit(CharFilterName to String) |
Defines explicit conversion from CharFilterName to string. |
Implicit(String to CharFilterName) |
Defines implicit conversion from string to CharFilterName. |
Inequality(CharFilterName, CharFilterName) |
Compares two CharFilterName values for inequality. |
Applies to
Azure SDK for .NET