Property Id
Id
Gets the unique identifier of the indexed document.
public string Id { get; }
Property Value
Examples
var result = await chat.LoadDocumentAsync("report.pdf");
Console.WriteLine($"Document ID: {result.Id}");
Gets the unique identifier of the indexed document.
public string Id { get; }
var result = await chat.LoadDocumentAsync("report.pdf");
Console.WriteLine($"Document ID: {result.Id}");