SpellingTokenSuggestion Constructors
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.
Overloads
SpellingTokenSuggestion() |
Initializes a new instance of the SpellingTokenSuggestion class. |
SpellingTokenSuggestion(String, Nullable<Double>, String) |
Initializes a new instance of the SpellingTokenSuggestion class. |
SpellingTokenSuggestion()
- Source:
- SpellingTokenSuggestion.cs
Initializes a new instance of the SpellingTokenSuggestion class.
public SpellingTokenSuggestion();
Public Sub New ()
Applies to
SpellingTokenSuggestion(String, Nullable<Double>, String)
- Source:
- SpellingTokenSuggestion.cs
Initializes a new instance of the SpellingTokenSuggestion class.
public SpellingTokenSuggestion(string suggestion, double? score = default, string pingUrlSuffix = default);
new Microsoft.Azure.CognitiveServices.Language.SpellCheck.Models.SpellingTokenSuggestion : string * Nullable<double> * string -> Microsoft.Azure.CognitiveServices.Language.SpellCheck.Models.SpellingTokenSuggestion
Public Sub New (suggestion As String, Optional score As Nullable(Of Double) = Nothing, Optional pingUrlSuffix As String = Nothing)
Parameters
- suggestion
- String
- pingUrlSuffix
- String
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET