SummaryLengthBucket Struct

Definition

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

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