ResponsesWebSearchApproximateLocation 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.
Web search approximate location.
public class ResponsesWebSearchApproximateLocation : System.ClientModel.Primitives.IJsonModel<Azure.AI.Extensions.OpenAI.ResponsesWebSearchApproximateLocation>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Extensions.OpenAI.ResponsesWebSearchApproximateLocation>
type ResponsesWebSearchApproximateLocation = class
interface IJsonModel<ResponsesWebSearchApproximateLocation>
interface IPersistableModel<ResponsesWebSearchApproximateLocation>
Public Class ResponsesWebSearchApproximateLocation
Implements IJsonModel(Of ResponsesWebSearchApproximateLocation), IPersistableModel(Of ResponsesWebSearchApproximateLocation)
- Inheritance
-
ResponsesWebSearchApproximateLocation
- Implements
Constructors
| Name | Description |
|---|---|
| ResponsesWebSearchApproximateLocation() |
Initializes a new instance of ResponsesWebSearchApproximateLocation. |
Properties
| Name | Description |
|---|---|
| City |
Gets or sets the City. |
| Country |
Gets or sets the Country. |
| Kind |
The type of location approximation. Always |
| Region |
Gets or sets the Region. |
| Timezone |
Gets or sets the Timezone. |