AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListMedicalScribeJobs operation. Provides a list of Medical Scribe jobs that match the specified criteria. If no criteria are specified, all Medical Scribe jobs are returned.

To get detailed information about a specific Medical Scribe job, use the operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.TranscribeService.AmazonTranscribeServiceRequest
      Amazon.TranscribeService.Model.ListMedicalScribeJobsRequest

Namespace: Amazon.TranscribeService.Model
Assembly: AWSSDK.TranscribeService.dll
Version: 3.x.y.z

Syntax

C#
public class ListMedicalScribeJobsRequest : AmazonTranscribeServiceRequest
         IAmazonWebServiceRequest

The ListMedicalScribeJobsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property JobNameContains System.String

Gets and sets the property JobNameContains.

Returns only the Medical Scribe jobs that contain the specified string. The search is not case sensitive.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of Medical Scribe jobs to return in each page of results. If there are fewer results than the value that you specify, only the actual results are returned. If you do not specify a value, a default of 5 is used.

Public Property NextToken System.String

Gets and sets the property NextToken.

If your ListMedicalScribeJobs request returns more results than can be displayed, NextToken is displayed in the response with an associated string. To get the next page of results, copy this string and repeat your request, including NextToken with the value of the copied string. Repeat as needed to view all your results.

Public Property Status Amazon.TranscribeService.MedicalScribeJobStatus

Gets and sets the property Status.

Returns only Medical Scribe jobs with the specified status. Jobs are ordered by creation date, with the newest job first. If you do not include Status, all Medical Scribe jobs are returned.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5