SuggestedTagAndRegionQueryToken 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
SuggestedTagAndRegionQueryToken() | |
SuggestedTagAndRegionQueryToken(IList<Guid>, Double, String, String, Int32, String) |
SuggestedTagAndRegionQueryToken()
public SuggestedTagAndRegionQueryToken ();
Public Sub New ()
Applies to
SuggestedTagAndRegionQueryToken(IList<Guid>, Double, String, String, Int32, String)
public SuggestedTagAndRegionQueryToken (System.Collections.Generic.IList<Guid> tagIds = default, double threshold = 0, string session = default, string continuation = default, int maxCount = 0, string sortBy = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.SuggestedTagAndRegionQueryToken : System.Collections.Generic.IList<Guid> * double * string * string * int * string -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.SuggestedTagAndRegionQueryToken
Public Sub New (Optional tagIds As IList(Of Guid) = Nothing, Optional threshold As Double = 0, Optional session As String = Nothing, Optional continuation As String = Nothing, Optional maxCount As Integer = 0, Optional sortBy As String = Nothing)
Parameters
- threshold
- Double
- session
- String
- continuation
- String
- maxCount
- Int32
- sortBy
- String