DocumentContentSourceType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
DocumentContentSourceType(String) |
Initializes a new instance of DocumentContentSourceType. |
Properties
Inline |
The content is given as a string (for instance, text). |
Reference |
The content is given as a URI. |
Methods
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
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
Azure SDK for .NET