你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SuggestedTagAndRegionQueryToken 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SuggestedTagAndRegionQueryToken() | |
SuggestedTagAndRegionQueryToken(IList<Guid>, Double, String, String, Int32, String) |
SuggestedTagAndRegionQueryToken()
public SuggestedTagAndRegionQueryToken();
Public Sub New ()
适用于
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)
参数
- threshold
- Double
- session
- String
- continuation
- String
- maxCount
- Int32
- sortBy
- String