次の方法で共有


SuggestedTagAndRegionQuery コンストラクター

定義

オーバーロード

SuggestedTagAndRegionQuery()
SuggestedTagAndRegionQuery(SuggestedTagAndRegionQueryToken, IList<StoredSuggestedTagAndRegion>)

SuggestedTagAndRegionQuery()

ソース:
SuggestedTagAndRegionQuery.cs
ソース:
SuggestedTagAndRegionQuery.cs
public SuggestedTagAndRegionQuery ();
Public Sub New ()

適用対象

SuggestedTagAndRegionQuery(SuggestedTagAndRegionQueryToken, IList<StoredSuggestedTagAndRegion>)

ソース:
SuggestedTagAndRegionQuery.cs
ソース:
SuggestedTagAndRegionQuery.cs
public SuggestedTagAndRegionQuery (Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.SuggestedTagAndRegionQueryToken token = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.StoredSuggestedTagAndRegion> results = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.SuggestedTagAndRegionQuery : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.SuggestedTagAndRegionQueryToken * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.StoredSuggestedTagAndRegion> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.SuggestedTagAndRegionQuery
Public Sub New (Optional token As SuggestedTagAndRegionQueryToken = Nothing, Optional results As IList(Of StoredSuggestedTagAndRegion) = Nothing)

パラメーター

適用対象