DiscoveryCitation 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.
A citation for a generated result.
public class DiscoveryCitation : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.DiscoveryCitation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.DiscoveryCitation>
type DiscoveryCitation = class
interface IJsonModel<DiscoveryCitation>
interface IPersistableModel<DiscoveryCitation>
Public Class DiscoveryCitation
Implements IJsonModel(Of DiscoveryCitation), IPersistableModel(Of DiscoveryCitation)
- Inheritance
-
DiscoveryCitation
- Implements
Properties
| Name | Description |
|---|---|
| EndOffset |
Character offset where the cited passage ends. |
| FileName |
The source file name. |
| Index |
Zero-based index of the citation in the result. |
| StartOffset |
Character offset where the cited passage begins. |
| Type |
The type of citation. |