TextAnalysisAuthoringModelFactory.ExportedCustomAbstractiveSummarizationDocument Method
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 static Azure.AI.Language.Text.Authoring.ExportedCustomAbstractiveSummarizationDocument ExportedCustomAbstractiveSummarizationDocument(string summaryLocation = default, string location = default, string language = default, string dataset = default);
static member ExportedCustomAbstractiveSummarizationDocument : string * string * string * string -> Azure.AI.Language.Text.Authoring.ExportedCustomAbstractiveSummarizationDocument
Public Shared Function ExportedCustomAbstractiveSummarizationDocument (Optional summaryLocation As String = Nothing, Optional location As String = Nothing, Optional language As String = Nothing, Optional dataset As String = Nothing) As ExportedCustomAbstractiveSummarizationDocument
Parameters
- summaryLocation
- String
Represents the summary file location in the blob store container associated with the project.
- location
- String
The location of the document in the storage.
- language
- String
Represents the document language. This is BCP-47 representation of a language. For example, use "en" for English, "en-gb" for English (UK), "es" for Spanish etc.
- dataset
- String
The dataset for this document. Allowed values are 'Train' and 'Test'.
Returns
A new ExportedCustomAbstractiveSummarizationDocument instance for mocking.