TaskResult 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.
Task execution result.
public class TaskResult : System.ClientModel.Primitives.IJsonModel<Azure.AI.Discovery.TaskResult>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Discovery.TaskResult>
type TaskResult = class
interface IJsonModel<TaskResult>
interface IPersistableModel<TaskResult>
Public Class TaskResult
Implements IJsonModel(Of TaskResult), IPersistableModel(Of TaskResult)
- Inheritance
-
TaskResult
- Implements
Constructors
| Name | Description |
|---|---|
| TaskResult() |
Initializes a new instance of TaskResult. |
Properties
| Name | Description |
|---|---|
| StorageAssetIds |
Array of storage asset identifiers related to the result. |
| Text |
The text content of the task result. |