@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MedicalScribeJob extends Object implements Serializable, Cloneable, StructuredPojo
Provides detailed information about a Medical Scribe job.
To view the status of the specified Medical Scribe job, check the MedicalScribeJobStatus
field. If the
status is COMPLETED
, the job is finished and you can find the results at the locations specified in
MedicalScribeOutput
. If the status is FAILED
, FailureReason
provides details
on why your Medical Scribe job failed.
Constructor and Description |
---|
MedicalScribeJob() |
Modifier and Type | Method and Description |
---|---|
MedicalScribeJob |
clone() |
boolean |
equals(Object obj) |
List<MedicalScribeChannelDefinition> |
getChannelDefinitions()
Makes it possible to specify which speaker is on which channel.
|
Date |
getCompletionTime()
The date and time the specified Medical Scribe job finished processing.
|
Date |
getCreationTime()
The date and time the specified Medical Scribe job request was made.
|
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.
|
String |
getFailureReason()
If
MedicalScribeJobStatus is FAILED , FailureReason contains information
about why the transcription job failed. |
String |
getLanguageCode()
The language code used to create your Medical Scribe job.
|
Media |
getMedia() |
String |
getMedicalScribeJobName()
The name of the Medical Scribe job.
|
String |
getMedicalScribeJobStatus()
Provides the status of the specified Medical Scribe job.
|
MedicalScribeOutput |
getMedicalScribeOutput()
The location of the output of your Medical Scribe job.
|
MedicalScribeSettings |
getSettings()
Makes it possible to control how your Medical Scribe job is processed using a
MedicalScribeSettings
object. |
Date |
getStartTime()
The date and time your Medical Scribe job began processing.
|
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChannelDefinitions(Collection<MedicalScribeChannelDefinition> channelDefinitions)
Makes it possible to specify which speaker is on which channel.
|
void |
setCompletionTime(Date completionTime)
The date and time the specified Medical Scribe job finished processing.
|
void |
setCreationTime(Date creationTime)
The date and time the specified Medical Scribe job request was made.
|
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 |
setFailureReason(String failureReason)
If
MedicalScribeJobStatus is FAILED , FailureReason contains information
about why the transcription job failed. |
void |
setLanguageCode(String languageCode)
The language code used to create your Medical Scribe job.
|
void |
setMedia(Media media) |
void |
setMedicalScribeJobName(String medicalScribeJobName)
The name of the Medical Scribe job.
|
void |
setMedicalScribeJobStatus(String medicalScribeJobStatus)
Provides the status of the specified Medical Scribe job.
|
void |
setMedicalScribeOutput(MedicalScribeOutput medicalScribeOutput)
The location of the output of your Medical Scribe job.
|
void |
setSettings(MedicalScribeSettings settings)
Makes it possible to control how your Medical Scribe job is processed using a
MedicalScribeSettings
object. |
void |
setStartTime(Date startTime)
The date and time your Medical Scribe job began processing.
|
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.
|
MedicalScribeJob |
withChannelDefinitions(Collection<MedicalScribeChannelDefinition> channelDefinitions)
Makes it possible to specify which speaker is on which channel.
|
MedicalScribeJob |
withChannelDefinitions(MedicalScribeChannelDefinition... channelDefinitions)
Makes it possible to specify which speaker is on which channel.
|
MedicalScribeJob |
withCompletionTime(Date completionTime)
The date and time the specified Medical Scribe job finished processing.
|
MedicalScribeJob |
withCreationTime(Date creationTime)
The date and time the specified Medical Scribe job request was made.
|
MedicalScribeJob |
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.
|
MedicalScribeJob |
withFailureReason(String failureReason)
If
MedicalScribeJobStatus is FAILED , FailureReason contains information
about why the transcription job failed. |
MedicalScribeJob |
withLanguageCode(MedicalScribeLanguageCode languageCode)
The language code used to create your Medical Scribe job.
|
MedicalScribeJob |
withLanguageCode(String languageCode)
The language code used to create your Medical Scribe job.
|
MedicalScribeJob |
withMedia(Media media) |
MedicalScribeJob |
withMedicalScribeJobName(String medicalScribeJobName)
The name of the Medical Scribe job.
|
MedicalScribeJob |
withMedicalScribeJobStatus(MedicalScribeJobStatus medicalScribeJobStatus)
Provides the status of the specified Medical Scribe job.
|
MedicalScribeJob |
withMedicalScribeJobStatus(String medicalScribeJobStatus)
Provides the status of the specified Medical Scribe job.
|
MedicalScribeJob |
withMedicalScribeOutput(MedicalScribeOutput medicalScribeOutput)
The location of the output of your Medical Scribe job.
|
MedicalScribeJob |
withSettings(MedicalScribeSettings settings)
Makes it possible to control how your Medical Scribe job is processed using a
MedicalScribeSettings
object. |
MedicalScribeJob |
withStartTime(Date startTime)
The date and time your Medical Scribe job began processing.
|
MedicalScribeJob |
withTags(Collection<Tag> tags)
Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.
|
MedicalScribeJob |
withTags(Tag... tags)
Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.
|
public void setMedicalScribeJobName(String medicalScribeJobName)
The name of the Medical Scribe job. Job names are case sensitive and must be unique within an Amazon Web Services account.
medicalScribeJobName
- The name of the Medical Scribe job. Job names are case sensitive and must be unique within an Amazon Web
Services account.public String getMedicalScribeJobName()
The name of the Medical Scribe job. Job names are case sensitive and must be unique within an Amazon Web Services account.
public MedicalScribeJob withMedicalScribeJobName(String medicalScribeJobName)
The name of the Medical Scribe job. Job names are case sensitive and must be unique within an Amazon Web Services account.
medicalScribeJobName
- The name of the Medical Scribe job. Job names are case sensitive and must be unique within an Amazon Web
Services account.public void setMedicalScribeJobStatus(String medicalScribeJobStatus)
Provides the status of the specified Medical Scribe job.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
, FailureReason
provides details on why your Medical Scribe job failed.
medicalScribeJobStatus
- Provides the status of the specified Medical Scribe job.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
,
FailureReason
provides details on why your Medical Scribe job failed.
MedicalScribeJobStatus
public String getMedicalScribeJobStatus()
Provides the status of the specified Medical Scribe job.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
, FailureReason
provides details on why your Medical Scribe job failed.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
,
FailureReason
provides details on why your Medical Scribe job failed.
MedicalScribeJobStatus
public MedicalScribeJob withMedicalScribeJobStatus(String medicalScribeJobStatus)
Provides the status of the specified Medical Scribe job.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
, FailureReason
provides details on why your Medical Scribe job failed.
medicalScribeJobStatus
- Provides the status of the specified Medical Scribe job.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
,
FailureReason
provides details on why your Medical Scribe job failed.
MedicalScribeJobStatus
public MedicalScribeJob withMedicalScribeJobStatus(MedicalScribeJobStatus medicalScribeJobStatus)
Provides the status of the specified Medical Scribe job.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
, FailureReason
provides details on why your Medical Scribe job failed.
medicalScribeJobStatus
- Provides the status of the specified Medical Scribe job.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
,
FailureReason
provides details on why your Medical Scribe job failed.
MedicalScribeJobStatus
public void setLanguageCode(String languageCode)
The language code used to create your Medical Scribe job. US English (en-US
) is the only supported
language for Medical Scribe jobs.
languageCode
- The language code used to create your Medical Scribe job. US English (en-US
) is the only
supported language for Medical Scribe jobs.MedicalScribeLanguageCode
public String getLanguageCode()
The language code used to create your Medical Scribe job. US English (en-US
) is the only supported
language for Medical Scribe jobs.
en-US
) is the only
supported language for Medical Scribe jobs.MedicalScribeLanguageCode
public MedicalScribeJob withLanguageCode(String languageCode)
The language code used to create your Medical Scribe job. US English (en-US
) is the only supported
language for Medical Scribe jobs.
languageCode
- The language code used to create your Medical Scribe job. US English (en-US
) is the only
supported language for Medical Scribe jobs.MedicalScribeLanguageCode
public MedicalScribeJob withLanguageCode(MedicalScribeLanguageCode languageCode)
The language code used to create your Medical Scribe job. US English (en-US
) is the only supported
language for Medical Scribe jobs.
languageCode
- The language code used to create your Medical Scribe job. US English (en-US
) is the only
supported language for Medical Scribe jobs.MedicalScribeLanguageCode
public void setMedia(Media media)
media
- public Media getMedia()
public MedicalScribeJob withMedia(Media media)
media
- public void setMedicalScribeOutput(MedicalScribeOutput medicalScribeOutput)
The location of the output of your Medical Scribe job. ClinicalDocumentUri
holds the Amazon S3 URI
for the Clinical Document and TranscriptFileUri
holds the Amazon S3 URI for the Transcript.
medicalScribeOutput
- The location of the output of your Medical Scribe job. ClinicalDocumentUri
holds the Amazon
S3 URI for the Clinical Document and TranscriptFileUri
holds the Amazon S3 URI for the
Transcript.public MedicalScribeOutput getMedicalScribeOutput()
The location of the output of your Medical Scribe job. ClinicalDocumentUri
holds the Amazon S3 URI
for the Clinical Document and TranscriptFileUri
holds the Amazon S3 URI for the Transcript.
ClinicalDocumentUri
holds the Amazon
S3 URI for the Clinical Document and TranscriptFileUri
holds the Amazon S3 URI for the
Transcript.public MedicalScribeJob withMedicalScribeOutput(MedicalScribeOutput medicalScribeOutput)
The location of the output of your Medical Scribe job. ClinicalDocumentUri
holds the Amazon S3 URI
for the Clinical Document and TranscriptFileUri
holds the Amazon S3 URI for the Transcript.
medicalScribeOutput
- The location of the output of your Medical Scribe job. ClinicalDocumentUri
holds the Amazon
S3 URI for the Clinical Document and TranscriptFileUri
holds the Amazon S3 URI for the
Transcript.public void setStartTime(Date startTime)
The date and time your Medical Scribe job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.789000-07:00
represents a Medical Scribe job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
startTime
- The date and time your Medical Scribe job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.789000-07:00
represents a Medical Scribe job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public Date getStartTime()
The date and time your Medical Scribe job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.789000-07:00
represents a Medical Scribe job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.789000-07:00
represents a Medical Scribe job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public MedicalScribeJob withStartTime(Date startTime)
The date and time your Medical Scribe job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.789000-07:00
represents a Medical Scribe job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
startTime
- The date and time your Medical Scribe job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.789000-07:00
represents a Medical Scribe job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public void setCreationTime(Date creationTime)
The date and time the specified Medical Scribe job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents a Medical Scribe job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
creationTime
- The date and time the specified Medical Scribe job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents a Medical Scribe job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public Date getCreationTime()
The date and time the specified Medical Scribe job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents a Medical Scribe job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents a Medical Scribe job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public MedicalScribeJob withCreationTime(Date creationTime)
The date and time the specified Medical Scribe job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents a Medical Scribe job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
creationTime
- The date and time the specified Medical Scribe job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents a Medical Scribe job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public void setCompletionTime(Date completionTime)
The date and time the specified Medical Scribe job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents a Medical Scribe job that finished processing at 12:32
PM UTC-7 on May 4, 2022.
completionTime
- The date and time the specified Medical Scribe job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents a Medical Scribe job that finished processing at
12:32 PM UTC-7 on May 4, 2022.
public Date getCompletionTime()
The date and time the specified Medical Scribe job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents a Medical Scribe job that finished processing at 12:32
PM UTC-7 on May 4, 2022.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents a Medical Scribe job that finished processing at
12:32 PM UTC-7 on May 4, 2022.
public MedicalScribeJob withCompletionTime(Date completionTime)
The date and time the specified Medical Scribe job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents a Medical Scribe job that finished processing at 12:32
PM UTC-7 on May 4, 2022.
completionTime
- The date and time the specified Medical Scribe job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example,
2022-05-04T12:32:58.761000-07:00
represents a Medical Scribe job that finished processing at
12:32 PM UTC-7 on May 4, 2022.
public void setFailureReason(String failureReason)
If MedicalScribeJobStatus
is FAILED
, FailureReason
contains information
about why the transcription job failed. See also: Common Errors.
failureReason
- If MedicalScribeJobStatus
is FAILED
, FailureReason
contains
information about why the transcription job failed. See also: Common Errors.public String getFailureReason()
If MedicalScribeJobStatus
is FAILED
, FailureReason
contains information
about why the transcription job failed. See also: Common Errors.
MedicalScribeJobStatus
is FAILED
, FailureReason
contains
information about why the transcription job failed. See also: Common Errors.public MedicalScribeJob withFailureReason(String failureReason)
If MedicalScribeJobStatus
is FAILED
, FailureReason
contains information
about why the transcription job failed. See also: Common Errors.
failureReason
- If MedicalScribeJobStatus
is FAILED
, FailureReason
contains
information about why the transcription job failed. See also: Common Errors.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 MedicalScribeJob 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 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 MedicalScribeJob 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 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 MedicalScribeJob 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 MedicalScribeJob 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 MedicalScribeJob 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 MedicalScribeJob 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 MedicalScribeJob clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.