IComputerVisionClient Interface

Definition

public interface IComputerVisionClient : IDisposable
type IComputerVisionClient = interface
    interface IDisposable
Public Interface IComputerVisionClient
Implements IDisposable
Derived
Implements

Properties

Credentials
DeserializationSettings
Endpoint
SerializationSettings

Methods

AnalyzeImageByDomainInStreamWithHttpMessagesAsync(String, Stream, String, String, Dictionary<String,List<String>>, CancellationToken)
AnalyzeImageByDomainWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)
AnalyzeImageInStreamWithHttpMessagesAsync(Stream, IList<Nullable<VisualFeatureTypes>>, IList<Nullable<Details>>, String, IList<Nullable<DescriptionExclude>>, String, Dictionary<String,List<String>>, CancellationToken)
AnalyzeImageWithHttpMessagesAsync(String, IList<Nullable<VisualFeatureTypes>>, IList<Nullable<Details>>, String, IList<Nullable<DescriptionExclude>>, String, Dictionary<String,List<String>>, CancellationToken)
DescribeImageInStreamWithHttpMessagesAsync(Stream, Nullable<Int32>, String, IList<Nullable<DescriptionExclude>>, String, Dictionary<String, List<String>>, CancellationToken)
DescribeImageWithHttpMessagesAsync(String, Nullable<Int32>, String, IList<Nullable<DescriptionExclude>>, String, Dictionary<String, List<String>>, CancellationToken)
DetectObjectsInStreamWithHttpMessagesAsync(Stream, String, Dictionary<String,List<String>>, CancellationToken)
DetectObjectsWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
GenerateThumbnailInStreamWithHttpMessagesAsync(Int32, Int32, Stream, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)
GenerateThumbnailWithHttpMessagesAsync(Int32, Int32, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)
GetAreaOfInterestInStreamWithHttpMessagesAsync(Stream, String, Dictionary<String,List<String>>, CancellationToken)
GetAreaOfInterestWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
GetReadResultWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
ListModelsWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
ReadInStreamWithHttpMessagesAsync(Stream, String, IList<String>, String, String, Dictionary<String,List<String>>, CancellationToken)
ReadWithHttpMessagesAsync(String, String, IList<String>, String, String, Dictionary<String,List<String>>, CancellationToken)
RecognizePrintedTextInStreamWithHttpMessagesAsync(Boolean, Stream, Nullable<OcrLanguages>, String, Dictionary<String,List<String>>, CancellationToken)
RecognizePrintedTextWithHttpMessagesAsync(Boolean, String, Nullable<OcrLanguages>, String, Dictionary<String,List<String>>, CancellationToken)
TagImageInStreamWithHttpMessagesAsync(Stream, String, String, Dictionary<String,List<String>>, CancellationToken)
TagImageWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

AnalyzeImageAsync(IComputerVisionClient, String, IList<Nullable<VisualFeatureTypes>>, IList<Nullable<Details>>, String, IList<Nullable<DescriptionExclude>>, String, CancellationToken)
AnalyzeImageByDomainAsync(IComputerVisionClient, String, String, String, String, CancellationToken)
AnalyzeImageByDomainInStreamAsync(IComputerVisionClient, String, Stream, String, String, CancellationToken)
AnalyzeImageInStreamAsync(IComputerVisionClient, Stream, IList<Nullable<VisualFeatureTypes>>, IList<Nullable<Details>>, String, IList<Nullable<DescriptionExclude>>, String, CancellationToken)
DescribeImageAsync(IComputerVisionClient, String, Nullable<Int32>, String, IList<Nullable<DescriptionExclude>>, String, CancellationToken)
DescribeImageInStreamAsync(IComputerVisionClient, Stream, Nullable<Int32>, String, IList<Nullable<DescriptionExclude>>, String, CancellationToken)
DetectObjectsAsync(IComputerVisionClient, String, String, CancellationToken)
DetectObjectsInStreamAsync(IComputerVisionClient, Stream, String, CancellationToken)
GenerateThumbnailAsync(IComputerVisionClient, Int32, Int32, String, Nullable<Boolean>, String, CancellationToken)
GenerateThumbnailInStreamAsync(IComputerVisionClient, Int32, Int32, Stream, Nullable<Boolean>, String, CancellationToken)
GetAreaOfInterestAsync(IComputerVisionClient, String, String, CancellationToken)
GetAreaOfInterestInStreamAsync(IComputerVisionClient, Stream, String, CancellationToken)
GetReadResultAsync(IComputerVisionClient, Guid, CancellationToken)
ListModelsAsync(IComputerVisionClient, CancellationToken)
ReadAsync(IComputerVisionClient, String, String, IList<String>, String, String, CancellationToken)
ReadInStreamAsync(IComputerVisionClient, Stream, String, IList<String>, String, String, CancellationToken)
RecognizePrintedTextAsync(IComputerVisionClient, Boolean, String, Nullable<OcrLanguages>, String, CancellationToken)
RecognizePrintedTextInStreamAsync(IComputerVisionClient, Boolean, Stream, Nullable<OcrLanguages>, String, CancellationToken)
TagImageAsync(IComputerVisionClient, String, String, String, CancellationToken)
TagImageInStreamAsync(IComputerVisionClient, Stream, String, String, CancellationToken)

Applies to