@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartMedicalScribeJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartMedicalScribeJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartMedicalScribeJobRequest |
addKMSEncryptionContextEntry(String key,
String value)
Add a single KMSEncryptionContext entry
|
StartMedicalScribeJobRequest |
clearKMSEncryptionContextEntries()
Removes all the entries added into KMSEncryptionContext.
|
StartMedicalScribeJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<MedicalScribeChannelDefinition> |
getChannelDefinitions()
Makes it possible to specify which speaker is on which channel.
|
String |
getDataAccessRoleArn()
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains
your input files, write to the output bucket, and use your KMS key if supplied.
|
Map<String,String> |
getKMSEncryptionContext()
A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer
of security for your data.
|
Media |
getMedia() |
String |
getMedicalScribeJobName()
A unique name, chosen by you, for your Medical Scribe job.
|
String |
getOutputBucketName()
The name of the Amazon S3 bucket where you want your Medical Scribe output stored.
|
String |
getOutputEncryptionKMSKeyId()
The KMS key you want to use to encrypt your Medical Scribe output.
|
MedicalScribeSettings |
getSettings()
Makes it possible to control how your Medical Scribe job is processed using a
MedicalScribeSettings
object. |
List<Tag> |
getTags()
Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.
|
int |
hashCode() |
void |
setChannelDefinitions(Collection<MedicalScribeChannelDefinition> channelDefinitions)
Makes it possible to specify which speaker is on which channel.
|
void |
setDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains
your input files, write to the output bucket, and use your KMS key if supplied.
|
void |
setKMSEncryptionContext(Map<String,String> kMSEncryptionContext)
A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer
of security for your data.
|
void |
setMedia(Media media) |
void |
setMedicalScribeJobName(String medicalScribeJobName)
A unique name, chosen by you, for your Medical Scribe job.
|
void |
setOutputBucketName(String outputBucketName)
The name of the Amazon S3 bucket where you want your Medical Scribe output stored.
|
void |
setOutputEncryptionKMSKeyId(String outputEncryptionKMSKeyId)
The KMS key you want to use to encrypt your Medical Scribe output.
|
void |
setSettings(MedicalScribeSettings settings)
Makes it possible to control how your Medical Scribe job is processed using a
MedicalScribeSettings
object. |
void |
setTags(Collection<Tag> tags)
Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.
|
String |
toString()
Returns a string representation of this object.
|
StartMedicalScribeJobRequest |
withChannelDefinitions(Collection<MedicalScribeChannelDefinition> channelDefinitions)
Makes it possible to specify which speaker is on which channel.
|
StartMedicalScribeJobRequest |
withChannelDefinitions(MedicalScribeChannelDefinition... channelDefinitions)
Makes it possible to specify which speaker is on which channel.
|
StartMedicalScribeJobRequest |
withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains
your input files, write to the output bucket, and use your KMS key if supplied.
|
StartMedicalScribeJobRequest |
withKMSEncryptionContext(Map<String,String> kMSEncryptionContext)
A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer
of security for your data.
|
StartMedicalScribeJobRequest |
withMedia(Media media) |
StartMedicalScribeJobRequest |
withMedicalScribeJobName(String medicalScribeJobName)
A unique name, chosen by you, for your Medical Scribe job.
|
StartMedicalScribeJobRequest |
withOutputBucketName(String outputBucketName)
The name of the Amazon S3 bucket where you want your Medical Scribe output stored.
|
StartMedicalScribeJobRequest |
withOutputEncryptionKMSKeyId(String outputEncryptionKMSKeyId)
The KMS key you want to use to encrypt your Medical Scribe output.
|
StartMedicalScribeJobRequest |
withSettings(MedicalScribeSettings settings)
Makes it possible to control how your Medical Scribe job is processed using a
MedicalScribeSettings
object. |
StartMedicalScribeJobRequest |
withTags(Collection<Tag> tags)
Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.
|
StartMedicalScribeJobRequest |
withTags(Tag... tags)
Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMedicalScribeJobName(String medicalScribeJobName)
A unique name, chosen by you, for your Medical Scribe job.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If
you try to create a new job with the same name as an existing job, you get a ConflictException
error.
medicalScribeJobName
- A unique name, chosen by you, for your Medical Scribe job.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services
account. If you try to create a new job with the same name as an existing job, you get a
ConflictException
error.
public String getMedicalScribeJobName()
A unique name, chosen by you, for your Medical Scribe job.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If
you try to create a new job with the same name as an existing job, you get a ConflictException
error.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services
account. If you try to create a new job with the same name as an existing job, you get a
ConflictException
error.
public StartMedicalScribeJobRequest withMedicalScribeJobName(String medicalScribeJobName)
A unique name, chosen by you, for your Medical Scribe job.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services account. If
you try to create a new job with the same name as an existing job, you get a ConflictException
error.
medicalScribeJobName
- A unique name, chosen by you, for your Medical Scribe job.
This name is case sensitive, cannot contain spaces, and must be unique within an Amazon Web Services
account. If you try to create a new job with the same name as an existing job, you get a
ConflictException
error.
public void setMedia(Media media)
media
- public Media getMedia()
public StartMedicalScribeJobRequest withMedia(Media media)
media
- public void setOutputBucketName(String outputBucketName)
The name of the Amazon S3 bucket where you want your Medical Scribe output stored. Do not include the
S3://
prefix of the specified bucket.
Note that the role specified in the DataAccessRoleArn
request parameter must have permission to use
the specified location. You can change Amazon S3 permissions using the Amazon Web Services Management Console. See also Permissions Required for IAM User Roles.
outputBucketName
- The name of the Amazon S3 bucket where you want your Medical Scribe output stored. Do not include the
S3://
prefix of the specified bucket.
Note that the role specified in the DataAccessRoleArn
request parameter must have permission
to use the specified location. You can change Amazon S3 permissions using the Amazon Web Services Management Console. See also Permissions Required for IAM User Roles.
public String getOutputBucketName()
The name of the Amazon S3 bucket where you want your Medical Scribe output stored. Do not include the
S3://
prefix of the specified bucket.
Note that the role specified in the DataAccessRoleArn
request parameter must have permission to use
the specified location. You can change Amazon S3 permissions using the Amazon Web Services Management Console. See also Permissions Required for IAM User Roles.
S3://
prefix of the specified bucket.
Note that the role specified in the DataAccessRoleArn
request parameter must have permission
to use the specified location. You can change Amazon S3 permissions using the Amazon Web Services Management Console. See also Permissions Required for IAM User Roles.
public StartMedicalScribeJobRequest withOutputBucketName(String outputBucketName)
The name of the Amazon S3 bucket where you want your Medical Scribe output stored. Do not include the
S3://
prefix of the specified bucket.
Note that the role specified in the DataAccessRoleArn
request parameter must have permission to use
the specified location. You can change Amazon S3 permissions using the Amazon Web Services Management Console. See also Permissions Required for IAM User Roles.
outputBucketName
- The name of the Amazon S3 bucket where you want your Medical Scribe output stored. Do not include the
S3://
prefix of the specified bucket.
Note that the role specified in the DataAccessRoleArn
request parameter must have permission
to use the specified location. You can change Amazon S3 permissions using the Amazon Web Services Management Console. See also Permissions Required for IAM User Roles.
public void setOutputEncryptionKMSKeyId(String outputEncryptionKMSKeyId)
The KMS key you want to use to encrypt your Medical Scribe output.
If using a key located in the current Amazon Web Services account, you can specify your KMS key in one of four ways:
Use the KMS key ID itself. For example, 1234abcd-12ab-34cd-56ef-1234567890ab
.
Use an alias for the KMS key ID. For example, alias/ExampleAlias
.
Use the Amazon Resource Name (ARN) for the KMS key ID. For example,
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
Use the ARN for the KMS key alias. For example, arn:aws:kms:region:account-ID:alias/ExampleAlias
.
If using a key located in a different Amazon Web Services account than the current Amazon Web Services account, you can specify your KMS key in one of two ways:
Use the ARN for the KMS key ID. For example,
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
Use the ARN for the KMS key alias. For example, arn:aws:kms:region:account-ID:alias/ExampleAlias
.
If you do not specify an encryption key, your output is encrypted with the default Amazon S3 key (SSE-S3).
Note that the role specified in the DataAccessRoleArn
request parameter must have permission to use
the specified KMS key.
outputEncryptionKMSKeyId
- The KMS key you want to use to encrypt your Medical Scribe output.
If using a key located in the current Amazon Web Services account, you can specify your KMS key in one of four ways:
Use the KMS key ID itself. For example, 1234abcd-12ab-34cd-56ef-1234567890ab
.
Use an alias for the KMS key ID. For example, alias/ExampleAlias
.
Use the Amazon Resource Name (ARN) for the KMS key ID. For example,
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
Use the ARN for the KMS key alias. For example,
arn:aws:kms:region:account-ID:alias/ExampleAlias
.
If using a key located in a different Amazon Web Services account than the current Amazon Web Services account, you can specify your KMS key in one of two ways:
Use the ARN for the KMS key ID. For example,
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
Use the ARN for the KMS key alias. For example,
arn:aws:kms:region:account-ID:alias/ExampleAlias
.
If you do not specify an encryption key, your output is encrypted with the default Amazon S3 key (SSE-S3).
Note that the role specified in the DataAccessRoleArn
request parameter must have permission
to use the specified KMS key.
public String getOutputEncryptionKMSKeyId()
The KMS key you want to use to encrypt your Medical Scribe output.
If using a key located in the current Amazon Web Services account, you can specify your KMS key in one of four ways:
Use the KMS key ID itself. For example, 1234abcd-12ab-34cd-56ef-1234567890ab
.
Use an alias for the KMS key ID. For example, alias/ExampleAlias
.
Use the Amazon Resource Name (ARN) for the KMS key ID. For example,
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
Use the ARN for the KMS key alias. For example, arn:aws:kms:region:account-ID:alias/ExampleAlias
.
If using a key located in a different Amazon Web Services account than the current Amazon Web Services account, you can specify your KMS key in one of two ways:
Use the ARN for the KMS key ID. For example,
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
Use the ARN for the KMS key alias. For example, arn:aws:kms:region:account-ID:alias/ExampleAlias
.
If you do not specify an encryption key, your output is encrypted with the default Amazon S3 key (SSE-S3).
Note that the role specified in the DataAccessRoleArn
request parameter must have permission to use
the specified KMS key.
If using a key located in the current Amazon Web Services account, you can specify your KMS key in one of four ways:
Use the KMS key ID itself. For example, 1234abcd-12ab-34cd-56ef-1234567890ab
.
Use an alias for the KMS key ID. For example, alias/ExampleAlias
.
Use the Amazon Resource Name (ARN) for the KMS key ID. For example,
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
Use the ARN for the KMS key alias. For example,
arn:aws:kms:region:account-ID:alias/ExampleAlias
.
If using a key located in a different Amazon Web Services account than the current Amazon Web Services account, you can specify your KMS key in one of two ways:
Use the ARN for the KMS key ID. For example,
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
Use the ARN for the KMS key alias. For example,
arn:aws:kms:region:account-ID:alias/ExampleAlias
.
If you do not specify an encryption key, your output is encrypted with the default Amazon S3 key (SSE-S3).
Note that the role specified in the DataAccessRoleArn
request parameter must have permission
to use the specified KMS key.
public StartMedicalScribeJobRequest withOutputEncryptionKMSKeyId(String outputEncryptionKMSKeyId)
The KMS key you want to use to encrypt your Medical Scribe output.
If using a key located in the current Amazon Web Services account, you can specify your KMS key in one of four ways:
Use the KMS key ID itself. For example, 1234abcd-12ab-34cd-56ef-1234567890ab
.
Use an alias for the KMS key ID. For example, alias/ExampleAlias
.
Use the Amazon Resource Name (ARN) for the KMS key ID. For example,
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
Use the ARN for the KMS key alias. For example, arn:aws:kms:region:account-ID:alias/ExampleAlias
.
If using a key located in a different Amazon Web Services account than the current Amazon Web Services account, you can specify your KMS key in one of two ways:
Use the ARN for the KMS key ID. For example,
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
Use the ARN for the KMS key alias. For example, arn:aws:kms:region:account-ID:alias/ExampleAlias
.
If you do not specify an encryption key, your output is encrypted with the default Amazon S3 key (SSE-S3).
Note that the role specified in the DataAccessRoleArn
request parameter must have permission to use
the specified KMS key.
outputEncryptionKMSKeyId
- The KMS key you want to use to encrypt your Medical Scribe output.
If using a key located in the current Amazon Web Services account, you can specify your KMS key in one of four ways:
Use the KMS key ID itself. For example, 1234abcd-12ab-34cd-56ef-1234567890ab
.
Use an alias for the KMS key ID. For example, alias/ExampleAlias
.
Use the Amazon Resource Name (ARN) for the KMS key ID. For example,
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
Use the ARN for the KMS key alias. For example,
arn:aws:kms:region:account-ID:alias/ExampleAlias
.
If using a key located in a different Amazon Web Services account than the current Amazon Web Services account, you can specify your KMS key in one of two ways:
Use the ARN for the KMS key ID. For example,
arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab
.
Use the ARN for the KMS key alias. For example,
arn:aws:kms:region:account-ID:alias/ExampleAlias
.
If you do not specify an encryption key, your output is encrypted with the default Amazon S3 key (SSE-S3).
Note that the role specified in the DataAccessRoleArn
request parameter must have permission
to use the specified KMS key.
public Map<String,String> getKMSEncryptionContext()
A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer of security for your data. For more information, see KMS encryption context and Asymmetric keys in KMS.
public void setKMSEncryptionContext(Map<String,String> kMSEncryptionContext)
A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer of security for your data. For more information, see KMS encryption context and Asymmetric keys in KMS.
kMSEncryptionContext
- A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added
layer of security for your data. For more information, see KMS encryption
context and Asymmetric keys in
KMS.public StartMedicalScribeJobRequest withKMSEncryptionContext(Map<String,String> kMSEncryptionContext)
A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added layer of security for your data. For more information, see KMS encryption context and Asymmetric keys in KMS.
kMSEncryptionContext
- A map of plain text, non-secret key:value pairs, known as encryption context pairs, that provide an added
layer of security for your data. For more information, see KMS encryption
context and Asymmetric keys in
KMS.public StartMedicalScribeJobRequest addKMSEncryptionContextEntry(String key, String value)
public StartMedicalScribeJobRequest clearKMSEncryptionContextEntries()
public void setDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files, write to the output bucket, and use your KMS key if supplied. If the role that you specify doesn’t have the appropriate permissions your request fails.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For example:
arn:aws:iam::111122223333:role/Admin
.
For more information, see IAM ARNs.
dataAccessRoleArn
- The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that
contains your input files, write to the output bucket, and use your KMS key if supplied. If the role that
you specify doesn’t have the appropriate permissions your request fails.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For
example: arn:aws:iam::111122223333:role/Admin
.
For more information, see IAM ARNs.
public String getDataAccessRoleArn()
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files, write to the output bucket, and use your KMS key if supplied. If the role that you specify doesn’t have the appropriate permissions your request fails.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For example:
arn:aws:iam::111122223333:role/Admin
.
For more information, see IAM ARNs.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For
example: arn:aws:iam::111122223333:role/Admin
.
For more information, see IAM ARNs.
public StartMedicalScribeJobRequest withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files, write to the output bucket, and use your KMS key if supplied. If the role that you specify doesn’t have the appropriate permissions your request fails.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For example:
arn:aws:iam::111122223333:role/Admin
.
For more information, see IAM ARNs.
dataAccessRoleArn
- The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that
contains your input files, write to the output bucket, and use your KMS key if supplied. If the role that
you specify doesn’t have the appropriate permissions your request fails.
IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path
. For
example: arn:aws:iam::111122223333:role/Admin
.
For more information, see IAM ARNs.
public void setSettings(MedicalScribeSettings settings)
Makes it possible to control how your Medical Scribe job is processed using a MedicalScribeSettings
object. Specify ChannelIdentification
if ChannelDefinitions
are set. Enabled
ShowSpeakerLabels
if ChannelIdentification
and ChannelDefinitions
are not
set. One and only one of ChannelIdentification
and ShowSpeakerLabels
must be set. If
ShowSpeakerLabels
is set, MaxSpeakerLabels
must also be set. Use Settings
to specify a vocabulary or vocabulary filter or both using VocabularyName
,
VocabularyFilterName
. VocabularyFilterMethod
must be specified if
VocabularyFilterName
is set.
settings
- Makes it possible to control how your Medical Scribe job is processed using a
MedicalScribeSettings
object. Specify ChannelIdentification
if
ChannelDefinitions
are set. Enabled ShowSpeakerLabels
if
ChannelIdentification
and ChannelDefinitions
are not set. One and only one of
ChannelIdentification
and ShowSpeakerLabels
must be set. If
ShowSpeakerLabels
is set, MaxSpeakerLabels
must also be set. Use
Settings
to specify a vocabulary or vocabulary filter or both using
VocabularyName
, VocabularyFilterName
. VocabularyFilterMethod
must
be specified if VocabularyFilterName
is set.public MedicalScribeSettings getSettings()
Makes it possible to control how your Medical Scribe job is processed using a MedicalScribeSettings
object. Specify ChannelIdentification
if ChannelDefinitions
are set. Enabled
ShowSpeakerLabels
if ChannelIdentification
and ChannelDefinitions
are not
set. One and only one of ChannelIdentification
and ShowSpeakerLabels
must be set. If
ShowSpeakerLabels
is set, MaxSpeakerLabels
must also be set. Use Settings
to specify a vocabulary or vocabulary filter or both using VocabularyName
,
VocabularyFilterName
. VocabularyFilterMethod
must be specified if
VocabularyFilterName
is set.
MedicalScribeSettings
object. Specify ChannelIdentification
if
ChannelDefinitions
are set. Enabled ShowSpeakerLabels
if
ChannelIdentification
and ChannelDefinitions
are not set. One and only one of
ChannelIdentification
and ShowSpeakerLabels
must be set. If
ShowSpeakerLabels
is set, MaxSpeakerLabels
must also be set. Use
Settings
to specify a vocabulary or vocabulary filter or both using
VocabularyName
, VocabularyFilterName
. VocabularyFilterMethod
must
be specified if VocabularyFilterName
is set.public StartMedicalScribeJobRequest withSettings(MedicalScribeSettings settings)
Makes it possible to control how your Medical Scribe job is processed using a MedicalScribeSettings
object. Specify ChannelIdentification
if ChannelDefinitions
are set. Enabled
ShowSpeakerLabels
if ChannelIdentification
and ChannelDefinitions
are not
set. One and only one of ChannelIdentification
and ShowSpeakerLabels
must be set. If
ShowSpeakerLabels
is set, MaxSpeakerLabels
must also be set. Use Settings
to specify a vocabulary or vocabulary filter or both using VocabularyName
,
VocabularyFilterName
. VocabularyFilterMethod
must be specified if
VocabularyFilterName
is set.
settings
- Makes it possible to control how your Medical Scribe job is processed using a
MedicalScribeSettings
object. Specify ChannelIdentification
if
ChannelDefinitions
are set. Enabled ShowSpeakerLabels
if
ChannelIdentification
and ChannelDefinitions
are not set. One and only one of
ChannelIdentification
and ShowSpeakerLabels
must be set. If
ShowSpeakerLabels
is set, MaxSpeakerLabels
must also be set. Use
Settings
to specify a vocabulary or vocabulary filter or both using
VocabularyName
, VocabularyFilterName
. VocabularyFilterMethod
must
be specified if VocabularyFilterName
is set.public List<MedicalScribeChannelDefinition> getChannelDefinitions()
Makes it possible to specify which speaker is on which channel. For example, if the clinician is the first
participant to speak, you would set ChannelId
of the first ChannelDefinition
in the
list to 0
(to indicate the first channel) and ParticipantRole
to CLINICIAN
(to indicate that it's the clinician speaking). Then you would set the ChannelId
of the second
ChannelDefinition
in the list to 1
(to indicate the second channel) and
ParticipantRole
to PATIENT
(to indicate that it's the patient speaking).
ChannelId
of the first
ChannelDefinition
in the list to 0
(to indicate the first channel) and
ParticipantRole
to CLINICIAN
(to indicate that it's the clinician speaking).
Then you would set the ChannelId
of the second ChannelDefinition
in the list to
1
(to indicate the second channel) and ParticipantRole
to PATIENT
(to indicate that it's the patient speaking).public void setChannelDefinitions(Collection<MedicalScribeChannelDefinition> channelDefinitions)
Makes it possible to specify which speaker is on which channel. For example, if the clinician is the first
participant to speak, you would set ChannelId
of the first ChannelDefinition
in the
list to 0
(to indicate the first channel) and ParticipantRole
to CLINICIAN
(to indicate that it's the clinician speaking). Then you would set the ChannelId
of the second
ChannelDefinition
in the list to 1
(to indicate the second channel) and
ParticipantRole
to PATIENT
(to indicate that it's the patient speaking).
channelDefinitions
- Makes it possible to specify which speaker is on which channel. For example, if the clinician is the first
participant to speak, you would set ChannelId
of the first ChannelDefinition
in
the list to 0
(to indicate the first channel) and ParticipantRole
to
CLINICIAN
(to indicate that it's the clinician speaking). Then you would set the
ChannelId
of the second ChannelDefinition
in the list to 1
(to
indicate the second channel) and ParticipantRole
to PATIENT
(to indicate that
it's the patient speaking).public StartMedicalScribeJobRequest withChannelDefinitions(MedicalScribeChannelDefinition... channelDefinitions)
Makes it possible to specify which speaker is on which channel. For example, if the clinician is the first
participant to speak, you would set ChannelId
of the first ChannelDefinition
in the
list to 0
(to indicate the first channel) and ParticipantRole
to CLINICIAN
(to indicate that it's the clinician speaking). Then you would set the ChannelId
of the second
ChannelDefinition
in the list to 1
(to indicate the second channel) and
ParticipantRole
to PATIENT
(to indicate that it's the patient speaking).
NOTE: This method appends the values to the existing list (if any). Use
setChannelDefinitions(java.util.Collection)
or withChannelDefinitions(java.util.Collection)
if
you want to override the existing values.
channelDefinitions
- Makes it possible to specify which speaker is on which channel. For example, if the clinician is the first
participant to speak, you would set ChannelId
of the first ChannelDefinition
in
the list to 0
(to indicate the first channel) and ParticipantRole
to
CLINICIAN
(to indicate that it's the clinician speaking). Then you would set the
ChannelId
of the second ChannelDefinition
in the list to 1
(to
indicate the second channel) and ParticipantRole
to PATIENT
(to indicate that
it's the patient speaking).public StartMedicalScribeJobRequest withChannelDefinitions(Collection<MedicalScribeChannelDefinition> channelDefinitions)
Makes it possible to specify which speaker is on which channel. For example, if the clinician is the first
participant to speak, you would set ChannelId
of the first ChannelDefinition
in the
list to 0
(to indicate the first channel) and ParticipantRole
to CLINICIAN
(to indicate that it's the clinician speaking). Then you would set the ChannelId
of the second
ChannelDefinition
in the list to 1
(to indicate the second channel) and
ParticipantRole
to PATIENT
(to indicate that it's the patient speaking).
channelDefinitions
- Makes it possible to specify which speaker is on which channel. For example, if the clinician is the first
participant to speak, you would set ChannelId
of the first ChannelDefinition
in
the list to 0
(to indicate the first channel) and ParticipantRole
to
CLINICIAN
(to indicate that it's the clinician speaking). Then you would set the
ChannelId
of the second ChannelDefinition
in the list to 1
(to
indicate the second channel) and ParticipantRole
to PATIENT
(to indicate that
it's the patient speaking).public List<Tag> getTags()
Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
public void setTags(Collection<Tag> tags)
Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
tags
- Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
public StartMedicalScribeJobRequest withTags(Tag... tags)
Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
public StartMedicalScribeJobRequest withTags(Collection<Tag> tags)
Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
tags
- Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
public String toString()
toString
in class Object
Object.toString()
public StartMedicalScribeJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()