public sealed class SummaryOptions : IMessage<SummaryOptions>, IEquatable<SummaryOptions>, IDeepCloneable<SummaryOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class SummaryOptions.
Metadata for document summarization.
Implements
IMessageSummaryOptions, IEquatableSummaryOptions, IDeepCloneableSummaryOptions, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
SummaryOptions()
public SummaryOptions()
SummaryOptions(SummaryOptions)
public SummaryOptions(SummaryOptions other)
Parameter | |
---|---|
Name | Description |
other |
SummaryOptions |
Properties
Format
public SummaryOptions.Types.Format Format { get; set; }
The format the summary should be in.
Property Value | |
---|---|
Type | Description |
SummaryOptionsTypesFormat |
Length
public SummaryOptions.Types.Length Length { get; set; }
How long the summary should be.
Property Value | |
---|---|
Type | Description |
SummaryOptionsTypesLength |