Share via


AnnotationType Struct

Definition

The AnnotationType.

public readonly struct AnnotationType : IEquatable<Azure.AI.AgentServer.Contracts.Generated.OpenAI.AnnotationType>
type AnnotationType = struct
Public Structure AnnotationType
Implements IEquatable(Of AnnotationType)
Inheritance
AnnotationType
Implements

Constructors

Name Description
AnnotationType(String)

Initializes a new instance of AnnotationType.

Properties

Name Description
ContainerFileCitation

container_file_citation.

FileCitation

file_citation.

FilePath

file_path.

UrlCitation

url_citation.

Methods

Name Description
Equals(AnnotationType)

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

Name Description
Equality(AnnotationType, AnnotationType)

Determines if two AnnotationType values are the same.

Implicit(String to AnnotationType)

Converts a String to a AnnotationType.

Inequality(AnnotationType, AnnotationType)

Determines if two AnnotationType values are not the same.

Applies to