ExportedCustomAbstractiveSummarizationDocument(String) Constructor
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.
Initializes a new instance of ExportedCustomAbstractiveSummarizationDocument.
public ExportedCustomAbstractiveSummarizationDocument(string summaryLocation);
new Azure.AI.Language.Text.Authoring.ExportedCustomAbstractiveSummarizationDocument : string -> Azure.AI.Language.Text.Authoring.ExportedCustomAbstractiveSummarizationDocument
Public Sub New (summaryLocation As String)
Parameters
- summaryLocation
- String
Represents the summary file ___location in the blob store container associated with the project.
Exceptions
summaryLocation
is null.