Share via


VectorEncodingFormat Struct

Definition

The encoding format for interpreting vector field contents.

public readonly struct VectorEncodingFormat : IEquatable<Azure.Search.Documents.Indexes.Models.VectorEncodingFormat>
type VectorEncodingFormat = struct
Public Structure VectorEncodingFormat
Implements IEquatable(Of VectorEncodingFormat)
Inheritance
VectorEncodingFormat
Implements

Constructors

VectorEncodingFormat(String)

Initializes a new instance of VectorEncodingFormat.

Properties

PackedBit

Encoding format representing bits packed into a wider data type.

Methods

Equals(VectorEncodingFormat)

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(VectorEncodingFormat, VectorEncodingFormat)

Determines if two VectorEncodingFormat values are the same.

Implicit(String to VectorEncodingFormat)

Converts a string to a VectorEncodingFormat.

Inequality(VectorEncodingFormat, VectorEncodingFormat)

Determines if two VectorEncodingFormat values are not the same.

Applies to