CustomTextSentimentProjectAssets Class
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.
Represents the exported assets for a custom text sentiment project.
public class CustomTextSentimentProjectAssets : Azure.AI.Language.Text.Authoring.TextAuthoringExportedProjectAsset, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.CustomTextSentimentProjectAssets>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.CustomTextSentimentProjectAssets>
type CustomTextSentimentProjectAssets = class
inherit TextAuthoringExportedProjectAsset
interface IJsonModel<CustomTextSentimentProjectAssets>
interface IPersistableModel<CustomTextSentimentProjectAssets>
Public Class CustomTextSentimentProjectAssets
Inherits TextAuthoringExportedProjectAsset
Implements IJsonModel(Of CustomTextSentimentProjectAssets), IPersistableModel(Of CustomTextSentimentProjectAssets)
- Inheritance
- Implements
Constructors
CustomTextSentimentProjectAssets() |
Initializes a new instance of CustomTextSentimentProjectAssets. |
Properties
Documents |
The list of documents belonging to the project. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |