public sealed class SchemaKeySortingStrategy : IMessage<SchemaKeySortingStrategy>, IEquatable<SchemaKeySortingStrategy>, IDeepCloneable<SchemaKeySortingStrategy>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class SchemaKeySortingStrategy.
A strategy to specify how to sort by data schema key.
Implements
IMessageSchemaKeySortingStrategy, IEquatableSchemaKeySortingStrategy, IDeepCloneableSchemaKeySortingStrategy, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
SchemaKeySortingStrategy()
public SchemaKeySortingStrategy()SchemaKeySortingStrategy(SchemaKeySortingStrategy)
public SchemaKeySortingStrategy(SchemaKeySortingStrategy other)| Parameter | |
|---|---|
| Name | Description |
other |
SchemaKeySortingStrategy |
Properties
Options
public RepeatedField<SchemaKeySortingStrategy.Types.Option> Options { get; }Options in the front have high priority than those in the back.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSchemaKeySortingStrategyTypesOption |
|