你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TextDocumentInput(String, String) Constructor

Definition

public TextDocumentInput(string id, string text);
new Azure.AI.TextAnalytics.TextDocumentInput : string * string -> Azure.AI.TextAnalytics.TextDocumentInput
Public Sub New (id As String, text As String)

Parameters

id
String

The id of the document represented by this instance. The id must be unique within the batch of documents analyzed in a given operation.

text
String

The text of the document.

Applies to