Terms 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
Terms() |
Initializes a new instance of the Terms class. |
Terms(TermsData, TermsPaging) |
Initializes a new instance of the Terms class. |
Terms()
Initializes a new instance of the Terms class.
public Terms ();
Public Sub New ()
Applies to
Terms(TermsData, TermsPaging)
Initializes a new instance of the Terms class.
public Terms (Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermsData data = default, Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermsPaging paging = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.Terms : Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermsData * Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermsPaging -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Terms
Public Sub New (Optional data As TermsData = Nothing, Optional paging As TermsPaging = Nothing)
Parameters
- data
- TermsData
Term data details.
- paging
- TermsPaging
Paging details.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET