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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET