mindee-api-dotnet

UrlInputSource Constructors

Declaring Type: UrlInputSource
Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

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