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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET