Sdílet prostřednictvím


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