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.Conversations.Models.SummaryLengthBucket>
type SummaryLengthBucket = struct
Public Structure SummaryLengthBucket
Implements IEquatable(Of SummaryLengthBucket)
- Inheritance
-
SummaryLengthBucket
- Implements
Constructors
SummaryLengthBucket(String) |
Initializes a new instance of SummaryLengthBucket. |
Properties
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
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
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. |
Applies to
Azure SDK for .NET