BlobIndexerPdfTextRotationAlgorithm.Implicit Operator

Definition

Overloads

Implicit(String to BlobIndexerPdfTextRotationAlgorithm)

Source:
BlobIndexerPdfTextRotationAlgorithm.cs
Source:
BlobIndexerPdfTextRotationAlgorithm.cs

Converts a string to a BlobIndexerPdfTextRotationAlgorithm.

public static implicit operator Azure.Search.Documents.Indexes.Models.BlobIndexerPdfTextRotationAlgorithm(string value);
static member op_Implicit : string -> Azure.Search.Documents.Indexes.Models.BlobIndexerPdfTextRotationAlgorithm
Public Shared Widening Operator CType (value As String) As BlobIndexerPdfTextRotationAlgorithm

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BlobIndexerPdfTextRotationAlgorithm>)

Source:
BlobIndexerPdfTextRotationAlgorithm.cs
public static implicit operator Azure.Search.Documents.Indexes.Models.BlobIndexerPdfTextRotationAlgorithm?(string value);
static member op_Implicit : string -> Nullable<Azure.Search.Documents.Indexes.Models.BlobIndexerPdfTextRotationAlgorithm>
Public Shared Widening Operator CType (value As String) As Nullable(Of BlobIndexerPdfTextRotationAlgorithm)

Parameters

value
String

Returns

Applies to