mindee-api-dotnet

UrlInputSource Constructors

Declaring Type: UrlInputSource
Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

Overloads

Signature Description
UrlInputSource(Uri) Construct from a URI object.
UrlInputSource(string) Construct from string.

UrlInputSource(Uri)

Construct from a URI object.

public UrlInputSource(Uri fileUrl);

Parameters

fileUrl Uri

FileUrl

UrlInputSource(string)

Construct from string.

public UrlInputSource(string fileUrl);

Parameters

fileUrl string

FileUrl


Documentation generated by MdDocs