SummaryLengthBucket 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.
Enum that defines the length of the output summaries.
public readonly struct SummaryLengthBucket : IEquatable<Azure.AI.Language.Text.SummaryLengthBucket>
type SummaryLengthBucket = struct
Public Structure SummaryLengthBucket
Implements IEquatable(Of SummaryLengthBucket)
- Inheritance
-
SummaryLengthBucket
- Implements
Constructors
| Name | Description |
|---|---|
| SummaryLengthBucket(String) |
Initializes a new instance of SummaryLengthBucket. |
Properties
| Name | Description |
|---|---|
| Long |
Instructs model to generate longer length summaries. |
| Medium |
Instructs model to generate medium length summaries. |
| Short |
Instructs model to generate shorter length summaries. |
Methods
| Name | Description |
|---|---|
| Equals(SummaryLengthBucket) |
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(SummaryLengthBucket, SummaryLengthBucket) |
Determines if two SummaryLengthBucket values are the same. |
| Implicit(String to SummaryLengthBucket) |
Converts a String to a SummaryLengthBucket. |
| Inequality(SummaryLengthBucket, SummaryLengthBucket) |
Determines if two SummaryLengthBucket values are not the same. |