TranslationStorageSource 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.
Storage Source.
public readonly struct TranslationStorageSource : IEquatable<Azure.AI.Translation.Document.TranslationStorageSource>
type TranslationStorageSource = struct
Public Structure TranslationStorageSource
Implements IEquatable(Of TranslationStorageSource)
- Inheritance
-
TranslationStorageSource
- Implements
Constructors
| TranslationStorageSource(String) |
Initializes a new instance of TranslationStorageSource. |
Properties
| AzureBlob |
Azure blob storage source. |
Methods
| Equals(TranslationStorageSource) |
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(TranslationStorageSource, TranslationStorageSource) |
Determines if two TranslationStorageSource values are the same. |
| Implicit(String to TranslationStorageSource) |
Converts a String to a TranslationStorageSource. |
| Inequality(TranslationStorageSource, TranslationStorageSource) |
Determines if two TranslationStorageSource values are not the same. |