ExportedCustomAbstractiveSummarizationProjectAsset 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 an abstractive summarization project.
public class ExportedCustomAbstractiveSummarizationProjectAsset : Azure.AI.Language.Text.Authoring.TextAuthoringExportedProjectAsset, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.ExportedCustomAbstractiveSummarizationProjectAsset>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.ExportedCustomAbstractiveSummarizationProjectAsset>
type ExportedCustomAbstractiveSummarizationProjectAsset = class
inherit TextAuthoringExportedProjectAsset
interface IJsonModel<ExportedCustomAbstractiveSummarizationProjectAsset>
interface IPersistableModel<ExportedCustomAbstractiveSummarizationProjectAsset>
Public Class ExportedCustomAbstractiveSummarizationProjectAsset
Inherits TextAuthoringExportedProjectAsset
Implements IJsonModel(Of ExportedCustomAbstractiveSummarizationProjectAsset), IPersistableModel(Of ExportedCustomAbstractiveSummarizationProjectAsset)
- Inheritance
- Implements
Constructors
ExportedCustomAbstractiveSummarizationProjectAsset() |
Initializes a new instance of ExportedCustomAbstractiveSummarizationProjectAsset. |
Properties
Documents |
The list of documents belonging to this project. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |