ComputerVisionClient Class

Definition

public class ComputerVisionClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.ComputerVisionClient>, IDisposable, Microsoft.Azure.CognitiveServices.Vision.ComputerVision.IComputerVisionClient
type ComputerVisionClient = class
    inherit ServiceClient<ComputerVisionClient>
    interface IComputerVisionClient
    interface IDisposable
Public Class ComputerVisionClient
Inherits ServiceClient(Of ComputerVisionClient)
Implements IComputerVisionClient, IDisposable
Inheritance
ComputerVisionClient
Implements

Constructors

ComputerVisionClient(DelegatingHandler[])
ComputerVisionClient(HttpClient, Boolean)
ComputerVisionClient(HttpClientHandler, DelegatingHandler[])
ComputerVisionClient(ServiceClientCredentials, DelegatingHandler[])
ComputerVisionClient(ServiceClientCredentials, HttpClient, Boolean)
ComputerVisionClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Properties

Credentials
DeserializationSettings
Endpoint
FirstMessageHandler (Inherited from ServiceClient<T>)
HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
SerializationSettings
UserAgent (Inherited from ServiceClient<T>)

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)
CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
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)
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
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)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
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)
SetRetryPolicy(RetryPolicy) (Inherited from ServiceClient<T>)
SetUserAgent(String) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)
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