Interface MedicalScribeTranscriptSegment.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MedicalScribeTranscriptSegment.Builder,,MedicalScribeTranscriptSegment> SdkBuilder<MedicalScribeTranscriptSegment.Builder,,MedicalScribeTranscriptSegment> SdkPojo
- Enclosing class:
MedicalScribeTranscriptSegment
@Mutable
@NotThreadSafe
public static interface MedicalScribeTranscriptSegment.Builder
extends SdkPojo, CopyableBuilder<MedicalScribeTranscriptSegment.Builder,MedicalScribeTranscriptSegment>
-
Method Summary
Modifier and TypeMethodDescriptionaudioBeginOffset(Double audioBeginOffset) The offset from audio start when the audio for this segment beginsaudioEndOffset(Double audioEndOffset) The offset from audio start when the audio for this segment endsThe channel identifier for this segmentThe transcript text contentIndicates whether this is a partial or final transcriptThe unique identifier for this segmentMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
segmentId
The unique identifier for this segment
- Parameters:
segmentId- The unique identifier for this segment- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audioBeginOffset
The offset from audio start when the audio for this segment begins
- Parameters:
audioBeginOffset- The offset from audio start when the audio for this segment begins- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
audioEndOffset
The offset from audio start when the audio for this segment ends
- Parameters:
audioEndOffset- The offset from audio start when the audio for this segment ends- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isPartial
Indicates whether this is a partial or final transcript
- Parameters:
isPartial- Indicates whether this is a partial or final transcript- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelId
The channel identifier for this segment
- Parameters:
channelId- The channel identifier for this segment- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
The transcript text content
- Parameters:
content- The transcript text content- Returns:
- Returns a reference to this object so that method calls can be chained together.
-