AnnotationType Struct

Definition

public readonly struct AnnotationType : IEquatable<Azure.AI.AgentServer.Responses.Models.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

Gets the ContainerFileCitation.

FileCitation

Gets the FileCitation.

FilePath

Gets the FilePath.

UrlCitation

Gets the UrlCitation.

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.

Implicit(String to Nullable<AnnotationType>)
Inequality(AnnotationType, AnnotationType)

Determines if two AnnotationType values are not the same.

Applies to