DocumentContentSourceType Struct

Definition

The type of the content's source. In case the source type is 'inline', the content is given as a string (for instance, text). In case the source type is 'reference', the content is given as a URI.

public readonly struct DocumentContentSourceType : IEquatable<Azure.Health.Insights.RadiologyInsights.DocumentContentSourceType>
type DocumentContentSourceType = struct
Public Structure DocumentContentSourceType
Implements IEquatable(Of DocumentContentSourceType)
Inheritance
DocumentContentSourceType
Implements

Constructors

Name Description
DocumentContentSourceType(String)

Initializes a new instance of DocumentContentSourceType.

Properties

Name Description
Inline

The content is given as a string (for instance, text).

Reference

The content is given as a URI.

Methods

Name Description
Equals(DocumentContentSourceType)

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

Determines if two DocumentContentSourceType values are the same.

Implicit(String to DocumentContentSourceType)

Converts a String to a DocumentContentSourceType.

Inequality(DocumentContentSourceType, DocumentContentSourceType)

Determines if two DocumentContentSourceType values are not the same.

Applies to