public static interface CallAnalyticsJob.Builder extends SdkPojo, CopyableBuilder<CallAnalyticsJob.Builder,CallAnalyticsJob>
| Modifier and Type | Method and Description |
|---|---|
CallAnalyticsJob.Builder |
callAnalyticsJobName(String callAnalyticsJobName)
The name of the call analytics job.
|
CallAnalyticsJob.Builder |
callAnalyticsJobStatus(CallAnalyticsJobStatus callAnalyticsJobStatus)
The status of the analytics job.
|
CallAnalyticsJob.Builder |
callAnalyticsJobStatus(String callAnalyticsJobStatus)
The status of the analytics job.
|
CallAnalyticsJob.Builder |
channelDefinitions(ChannelDefinition... channelDefinitions)
Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to the
customer's audio.
|
CallAnalyticsJob.Builder |
channelDefinitions(Collection<ChannelDefinition> channelDefinitions)
Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to the
customer's audio.
|
CallAnalyticsJob.Builder |
channelDefinitions(Consumer<ChannelDefinition.Builder>... channelDefinitions)
Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to the
customer's audio.
|
CallAnalyticsJob.Builder |
completionTime(Instant completionTime)
A timestamp that shows when the analytics job was completed.
|
CallAnalyticsJob.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the analytics job was created.
|
CallAnalyticsJob.Builder |
dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Number (ARN) that you use to get access to the analytics job.
|
CallAnalyticsJob.Builder |
failureReason(String failureReason)
If the
AnalyticsJobStatus is FAILED, this field contains information about why the
job failed. |
CallAnalyticsJob.Builder |
identifiedLanguageScore(Float identifiedLanguageScore)
A value between zero and one that Amazon Transcribe assigned to the language that it identified in the source
audio.
|
CallAnalyticsJob.Builder |
languageCode(LanguageCode languageCode)
If you know the language spoken between the customer and the agent, specify a language code for this field.
|
CallAnalyticsJob.Builder |
languageCode(String languageCode)
If you know the language spoken between the customer and the agent, specify a language code for this field.
|
default CallAnalyticsJob.Builder |
media(Consumer<Media.Builder> media)
Sets the value of the Media property for this object.
|
CallAnalyticsJob.Builder |
media(Media media)
Sets the value of the Media property for this object.
|
CallAnalyticsJob.Builder |
mediaFormat(MediaFormat mediaFormat)
The format of the input audio file.
|
CallAnalyticsJob.Builder |
mediaFormat(String mediaFormat)
The format of the input audio file.
|
CallAnalyticsJob.Builder |
mediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the audio.
|
CallAnalyticsJob.Builder |
settings(CallAnalyticsJobSettings settings)
Provides information about the settings used to run a transcription job.
|
default CallAnalyticsJob.Builder |
settings(Consumer<CallAnalyticsJobSettings.Builder> settings)
Provides information about the settings used to run a transcription job.
|
CallAnalyticsJob.Builder |
startTime(Instant startTime)
A timestamp that shows when the analytics job started processing.
|
default CallAnalyticsJob.Builder |
transcript(Consumer<Transcript.Builder> transcript)
Sets the value of the Transcript property for this object.
|
CallAnalyticsJob.Builder |
transcript(Transcript transcript)
Sets the value of the Transcript property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCallAnalyticsJob.Builder callAnalyticsJobName(String callAnalyticsJobName)
The name of the call analytics job.
callAnalyticsJobName - The name of the call analytics job.CallAnalyticsJob.Builder callAnalyticsJobStatus(String callAnalyticsJobStatus)
The status of the analytics job.
callAnalyticsJobStatus - The status of the analytics job.CallAnalyticsJobStatus,
CallAnalyticsJobStatusCallAnalyticsJob.Builder callAnalyticsJobStatus(CallAnalyticsJobStatus callAnalyticsJobStatus)
The status of the analytics job.
callAnalyticsJobStatus - The status of the analytics job.CallAnalyticsJobStatus,
CallAnalyticsJobStatusCallAnalyticsJob.Builder languageCode(String languageCode)
If you know the language spoken between the customer and the agent, specify a language code for this field.
If you don't know the language, you can leave this field blank, and Amazon Transcribe will use machine learning to automatically identify the language. To improve the accuracy of language identification, you can provide an array containing the possible language codes for the language spoken in your audio. Refer to Supported languages and language-specific features for additional information.
languageCode - If you know the language spoken between the customer and the agent, specify a language code for this
field.
If you don't know the language, you can leave this field blank, and Amazon Transcribe will use machine learning to automatically identify the language. To improve the accuracy of language identification, you can provide an array containing the possible language codes for the language spoken in your audio. Refer to Supported languages and language-specific features for additional information.
LanguageCode,
LanguageCodeCallAnalyticsJob.Builder languageCode(LanguageCode languageCode)
If you know the language spoken between the customer and the agent, specify a language code for this field.
If you don't know the language, you can leave this field blank, and Amazon Transcribe will use machine learning to automatically identify the language. To improve the accuracy of language identification, you can provide an array containing the possible language codes for the language spoken in your audio. Refer to Supported languages and language-specific features for additional information.
languageCode - If you know the language spoken between the customer and the agent, specify a language code for this
field.
If you don't know the language, you can leave this field blank, and Amazon Transcribe will use machine learning to automatically identify the language. To improve the accuracy of language identification, you can provide an array containing the possible language codes for the language spoken in your audio. Refer to Supported languages and language-specific features for additional information.
LanguageCode,
LanguageCodeCallAnalyticsJob.Builder mediaSampleRateHertz(Integer mediaSampleRateHertz)
The sample rate, in Hertz, of the audio.
mediaSampleRateHertz - The sample rate, in Hertz, of the audio.CallAnalyticsJob.Builder mediaFormat(String mediaFormat)
The format of the input audio file. Note: for call analytics jobs, only the following media formats are supported: MP3, MP4, WAV, FLAC, OGG, and WebM.
mediaFormat - The format of the input audio file. Note: for call analytics jobs, only the following media formats
are supported: MP3, MP4, WAV, FLAC, OGG, and WebM.MediaFormat,
MediaFormatCallAnalyticsJob.Builder mediaFormat(MediaFormat mediaFormat)
The format of the input audio file. Note: for call analytics jobs, only the following media formats are supported: MP3, MP4, WAV, FLAC, OGG, and WebM.
mediaFormat - The format of the input audio file. Note: for call analytics jobs, only the following media formats
are supported: MP3, MP4, WAV, FLAC, OGG, and WebM.MediaFormat,
MediaFormatCallAnalyticsJob.Builder media(Media media)
media - The new value for the Media property for this object.default CallAnalyticsJob.Builder media(Consumer<Media.Builder> media)
Media.Builder avoiding the need to create one
manually via Media.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to media(Media).media - a consumer that will call methods on Media.Buildermedia(Media)CallAnalyticsJob.Builder transcript(Transcript transcript)
transcript - The new value for the Transcript property for this object.default CallAnalyticsJob.Builder transcript(Consumer<Transcript.Builder> transcript)
Transcript.Builder avoiding the need to create
one manually via Transcript.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to transcript(Transcript).transcript - a consumer that will call methods on Transcript.Buildertranscript(Transcript)CallAnalyticsJob.Builder startTime(Instant startTime)
A timestamp that shows when the analytics job started processing.
startTime - A timestamp that shows when the analytics job started processing.CallAnalyticsJob.Builder creationTime(Instant creationTime)
A timestamp that shows when the analytics job was created.
creationTime - A timestamp that shows when the analytics job was created.CallAnalyticsJob.Builder completionTime(Instant completionTime)
A timestamp that shows when the analytics job was completed.
completionTime - A timestamp that shows when the analytics job was completed.CallAnalyticsJob.Builder failureReason(String failureReason)
If the AnalyticsJobStatus is FAILED, this field contains information about why the
job failed.
The FailureReason field can contain one of the following values:
Unsupported media format: The media format specified in the MediaFormat field of
the request isn't valid. See the description of the MediaFormat field for a list of valid
values.
The media format provided does not match the detected media format: The media format of the
audio file doesn't match the format specified in the MediaFormat field in the request. Check the
media format of your media file and make sure the two values match.
Invalid sample rate for audio file: The sample rate specified in the
MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8,000 and
48,000 Hertz.
The sample rate provided does not match the detected sample rate: The sample rate in the audio
file doesn't match the sample rate specified in the MediaSampleRateHertz field in the request.
Check the sample rate of your media file and make sure that the two values match.
Invalid file size: file size too large: The size of your audio file is larger than what Amazon
Transcribe Medical can process. For more information, see Guidelines and Quotas in the Amazon
Transcribe Medical Guide.
Invalid number of channels: number of channels too large: Your audio contains more channels than
Amazon Transcribe Medical is configured to process. To request additional channels, see Amazon Transcribe
Medical Endpoints and Quotas in the Amazon Web Services General Reference.
failureReason - If the AnalyticsJobStatus is FAILED, this field contains information about
why the job failed.
The FailureReason field can contain one of the following values:
Unsupported media format: The media format specified in the MediaFormat
field of the request isn't valid. See the description of the MediaFormat field for a list
of valid values.
The media format provided does not match the detected media format: The media format of
the audio file doesn't match the format specified in the MediaFormat field in the
request. Check the media format of your media file and make sure the two values match.
Invalid sample rate for audio file: The sample rate specified in the
MediaSampleRateHertz of the request isn't valid. The sample rate must be between 8,000
and 48,000 Hertz.
The sample rate provided does not match the detected sample rate: The sample rate in the
audio file doesn't match the sample rate specified in the MediaSampleRateHertz field in
the request. Check the sample rate of your media file and make sure that the two values match.
Invalid file size: file size too large: The size of your audio file is larger than what
Amazon Transcribe Medical can process. For more information, see Guidelines and Quotas in the
Amazon Transcribe Medical Guide.
Invalid number of channels: number of channels too large: Your audio contains more
channels than Amazon Transcribe Medical is configured to process. To request additional channels, see
Amazon Transcribe Medical Endpoints and Quotas in the Amazon Web Services General
Reference.
CallAnalyticsJob.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Number (ARN) that you use to get access to the analytics job.
dataAccessRoleArn - The Amazon Resource Number (ARN) that you use to get access to the analytics job.CallAnalyticsJob.Builder identifiedLanguageScore(Float identifiedLanguageScore)
A value between zero and one that Amazon Transcribe assigned to the language that it identified in the source audio. This value appears only when you don't provide a single language code. Larger values indicate that Amazon Transcribe has higher confidence in the language that it identified
identifiedLanguageScore - A value between zero and one that Amazon Transcribe assigned to the language that it identified in the
source audio. This value appears only when you don't provide a single language code. Larger values
indicate that Amazon Transcribe has higher confidence in the language that it identifiedCallAnalyticsJob.Builder settings(CallAnalyticsJobSettings settings)
Provides information about the settings used to run a transcription job.
settings - Provides information about the settings used to run a transcription job.default CallAnalyticsJob.Builder settings(Consumer<CallAnalyticsJobSettings.Builder> settings)
Provides information about the settings used to run a transcription job.
This is a convenience that creates an instance of theCallAnalyticsJobSettings.Builder avoiding the
need to create one manually via CallAnalyticsJobSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to settings(CallAnalyticsJobSettings).settings - a consumer that will call methods on CallAnalyticsJobSettings.Buildersettings(CallAnalyticsJobSettings)CallAnalyticsJob.Builder channelDefinitions(Collection<ChannelDefinition> channelDefinitions)
Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to the customer's audio.
channelDefinitions - Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to
the customer's audio.CallAnalyticsJob.Builder channelDefinitions(ChannelDefinition... channelDefinitions)
Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to the customer's audio.
channelDefinitions - Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to
the customer's audio.CallAnalyticsJob.Builder channelDefinitions(Consumer<ChannelDefinition.Builder>... channelDefinitions)
Shows numeric values to indicate the channel assigned to the agent's audio and the channel assigned to the customer's audio.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #channelDefinitions(List) .channelDefinitions - a consumer that will call methods on List.Builder #channelDefinitions(List) Copyright © 2021. All rights reserved.