ResponsesWebSearchToolSearchContextSize Struct
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.
public readonly struct ResponsesWebSearchToolSearchContextSize : IEquatable<Azure.AI.Extensions.OpenAI.ResponsesWebSearchToolSearchContextSize>
type ResponsesWebSearchToolSearchContextSize = struct
Public Structure ResponsesWebSearchToolSearchContextSize
Implements IEquatable(Of ResponsesWebSearchToolSearchContextSize)
- Inheritance
-
ResponsesWebSearchToolSearchContextSize
- Implements
Constructors
| Name | Description |
|---|---|
| ResponsesWebSearchToolSearchContextSize(String) |
Initializes a new instance of ResponsesWebSearchToolSearchContextSize. |
Properties
| Name | Description |
|---|---|
| High |
Gets the High. |
| Low |
Gets the Low. |
| Medium |
Gets the Medium. |
Methods
| Name | Description |
|---|---|
| Equals(ResponsesWebSearchToolSearchContextSize) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ResponsesWebSearchToolSearchContextSize, ResponsesWebSearchToolSearchContextSize) |
Determines if two ResponsesWebSearchToolSearchContextSize values are the same. |
| Implicit(String to Nullable<ResponsesWebSearchToolSearchContextSize>) | |
| Implicit(String to ResponsesWebSearchToolSearchContextSize) |
Converts a string to a ResponsesWebSearchToolSearchContextSize. |
| Inequality(ResponsesWebSearchToolSearchContextSize, ResponsesWebSearchToolSearchContextSize) |
Determines if two ResponsesWebSearchToolSearchContextSize values are not the same. |