FileSearchResult 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 file search result entry.
public class FileSearchResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.FileSearchResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.FileSearchResult>
type FileSearchResult = class
interface IJsonModel<FileSearchResult>
interface IPersistableModel<FileSearchResult>
Public Class FileSearchResult
Implements IJsonModel(Of FileSearchResult), IPersistableModel(Of FileSearchResult)
- Inheritance
-
FileSearchResult
- Implements
Properties
| Name | Description |
|---|---|
| Attributes |
Key-value pairs for filtering file search results. |
| FileId |
The unique ID of the file. |
| Filename |
The name of the file. |
| Score |
The relevance score of the file search result. |
| Text |
The text content of the file that matched the query. |