Share via


TranslationStorageSource Struct

Definition

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.

Applies to