TextAnalyticsModelFactory.AbstractiveSummaryContext(Int32, Int32) 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 AbstractiveSummaryContext for mocking purposes.
public static Azure.AI.TextAnalytics.AbstractiveSummaryContext AbstractiveSummaryContext(int offset, int length);
static member AbstractiveSummaryContext : int * int -> Azure.AI.TextAnalytics.AbstractiveSummaryContext
Public Shared Function AbstractiveSummaryContext (offset As Integer, length As Integer) As AbstractiveSummaryContext
Parameters
Returns
A new instance of AbstractiveSummaryContext for mocking purposes.