Content 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
Content() |
Initializes a new instance of the Content class. |
Content(String) |
Initializes a new instance of the Content class. |
Content()
Initializes a new instance of the Content class.
public Content ();
Public Sub New ()
Applies to
Content(String)
Initializes a new instance of the Content class.
public Content (string contentValue);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.Content : string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Content
Public Sub New (contentValue As String)
Parameters
- contentValue
- String
Content to evaluate for a job.