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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET