你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AbstractiveSummaryActionResult 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.
An object representing the Abstractive Summarization result of a single document with detected language.
public class AbstractiveSummaryActionResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.AbstractiveSummaryActionResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.AbstractiveSummaryActionResult>
type AbstractiveSummaryActionResult = class
interface IJsonModel<AbstractiveSummaryActionResult>
interface IPersistableModel<AbstractiveSummaryActionResult>
Public Class AbstractiveSummaryActionResult
Implements IJsonModel(Of AbstractiveSummaryActionResult), IPersistableModel(Of AbstractiveSummaryActionResult)
- Inheritance
-
AbstractiveSummaryActionResult
- Implements
Properties
DetectedLanguage |
If 'language' is set to 'auto' for the document in the request this field will contain a 2 letter ISO 639-1 representation of the language detected for this document. |
Id |
Unique, non-empty document identifier. |
Statistics |
if showStats=true was specified in the request this field will contain information about the document payload. |
Summaries |
A list of abstractive summaries. |
Warnings |
Warnings encountered while processing document. |
Explicit Interface Implementations
IJsonModel<AbstractiveSummaryActionResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AbstractiveSummaryActionResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AbstractiveSummaryActionResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AbstractiveSummaryActionResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AbstractiveSummaryActionResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |