TokenizerName 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 tokenizers 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.TokenizerName>))]
public struct TokenizerName : IEquatable<Microsoft.Azure.Search.Models.TokenizerName>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Search.Serialization.ExtensibleEnumConverter<Microsoft.Azure.Search.Models.TokenizerName>))>]
type TokenizerName = struct
Public Structure TokenizerName
Implements IEquatable(Of TokenizerName)
- Inheritance
-
TokenizerName
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. |
Equals(TokenizerName) |
Compares the TokenizerName for equality with another TokenizerName. |
GetHashCode() |
Serves as the default hash function. |
ToString() |
Returns a string representation of the TokenizerName. |
Operators
Equality(TokenizerName, TokenizerName) |
Compares two TokenizerName values for equality. |
Explicit(TokenizerName to String) |
Defines explicit conversion from TokenizerName to string. |
Implicit(String to TokenizerName) |
Defines implicit conversion from string to TokenizerName. |
Inequality(TokenizerName, TokenizerName) |
Compares two TokenizerName values for inequality. |
Applies to
Azure SDK for .NET