SuggestedTagAndRegionQuery 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
SuggestedTagAndRegionQuery() | |
SuggestedTagAndRegionQuery(SuggestedTagAndRegionQueryToken, IList<StoredSuggestedTagAndRegion>) |
SuggestedTagAndRegionQuery()
public SuggestedTagAndRegionQuery ();
Public Sub New ()
Applies to
SuggestedTagAndRegionQuery(SuggestedTagAndRegionQueryToken, IList<StoredSuggestedTagAndRegion>)
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)
Parameters
- results
- IList<StoredSuggestedTagAndRegion>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET