SimilarityAlgorithm(String) Constructor
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.
Initializes a new instance of SimilarityAlgorithm.
public SimilarityAlgorithm(string odataType);
new Azure.Search.Documents.Indexes.Models.SimilarityAlgorithm : string -> Azure.Search.Documents.Indexes.Models.SimilarityAlgorithm
Public Sub New (odataType As String)
Parameters
- odataType
- String
The discriminator for derived types.
Exceptions
odataType is null.