你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeidentificationClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Deidentification service client.
public class DeidentificationClient
type DeidentificationClient = class
Public Class DeidentificationClient
- Inheritance
-
DeidentificationClient
Constructors
DeidentificationClient() |
Initializes a new instance of DeidentificationClient for mocking. |
DeidentificationClient(Uri, TokenCredential, DeidentificationClientOptions) |
Initializes a new instance of DeidentificationClient. |
DeidentificationClient(Uri, TokenCredential) |
Initializes a new instance of DeidentificationClient. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
CancelJob(String, CancellationToken) |
Cancel a de-identification job. |
CancelJob(String, RequestContext) |
[Protocol Method] Cancel a de-identification job.
|
CancelJobAsync(String, CancellationToken) |
Cancel a de-identification job. |
CancelJobAsync(String, RequestContext) |
[Protocol Method] Cancel a de-identification job.
|
CreateJob(WaitUntil, String, DeidentificationJob, CancellationToken) |
Create a de-identification job. |
CreateJob(WaitUntil, String, RequestContent, RequestContext) |
[Protocol Method] Create a de-identification job.
|
CreateJobAsync(WaitUntil, String, DeidentificationJob, CancellationToken) |
Create a de-identification job. |
CreateJobAsync(WaitUntil, String, RequestContent, RequestContext) |
[Protocol Method] Create a de-identification job.
|
Deidentify(DeidentificationContent, CancellationToken) |
De-identify text. |
Deidentify(RequestContent, RequestContext) |
[Protocol Method] De-identify text.
|
DeidentifyAsync(DeidentificationContent, CancellationToken) |
De-identify text. |
DeidentifyAsync(RequestContent, RequestContext) |
[Protocol Method] De-identify text.
|
DeleteJob(String, RequestContext) |
[Protocol Method] Delete a de-identification job.
|
DeleteJobAsync(String, RequestContext) |
[Protocol Method] Delete a de-identification job.
|
GetJob(String, CancellationToken) |
Get a de-identification job. |
GetJob(String, RequestContext) |
[Protocol Method] Get a de-identification job.
|
GetJobAsync(String, CancellationToken) |
Get a de-identification job. |
GetJobAsync(String, RequestContext) |
[Protocol Method] Get a de-identification job.
|
GetJobDocuments(String, Nullable<Int32>, String, CancellationToken) |
List processed documents within a job. |
GetJobDocuments(String, Nullable<Int32>, String, RequestContext) |
[Protocol Method] List processed documents within a job.
|
GetJobDocumentsAsync(String, Nullable<Int32>, String, CancellationToken) |
List processed documents within a job. |
GetJobDocumentsAsync(String, Nullable<Int32>, String, RequestContext) |
[Protocol Method] List processed documents within a job.
|
GetJobs(Nullable<Int32>, String, CancellationToken) |
List de-identification jobs. |
GetJobs(Nullable<Int32>, String, RequestContext) |
[Protocol Method] List de-identification jobs.
|
GetJobsAsync(Nullable<Int32>, String, CancellationToken) |
List de-identification jobs. |
GetJobsAsync(Nullable<Int32>, String, RequestContext) |
[Protocol Method] List de-identification jobs.
|