Class Transcript
- java.lang.Object
-
- software.amazon.awssdk.services.transcribe.model.Transcript
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Transcript.Builder,Transcript>
@Generated("software.amazon.awssdk:codegen") public final class Transcript extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Transcript.Builder,Transcript>
Provides you with the Amazon S3 URI you can use to access your transcript.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTranscript.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Transcript.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringredactedTranscriptFileUri()The Amazon S3 location of your redacted transcript.List<SdkField<?>>sdkFields()static Class<? extends Transcript.Builder>serializableBuilderClass()Transcript.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtranscriptFileUri()The Amazon S3 location of your transcript.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
transcriptFileUri
public final String transcriptFileUri()
The Amazon S3 location of your transcript. You can use this URI to access or download your transcript.
If you included
OutputBucketNamein your transcription job request, this is the URI of that bucket. If you also includedOutputKeyin your request, your output is located in the path you specified in your request.If you didn't include
OutputBucketNamein your transcription job request, your transcript is stored in a service-managed bucket, andTranscriptFileUriprovides you with a temporary URI you can use for secure access to your transcript.Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an
AccesDeniederror, you can get a new temporary URI by running aGetTranscriptionJoborListTranscriptionJobrequest.- Returns:
- The Amazon S3 location of your transcript. You can use this URI to access or download your
transcript.
If you included
OutputBucketNamein your transcription job request, this is the URI of that bucket. If you also includedOutputKeyin your request, your output is located in the path you specified in your request.If you didn't include
OutputBucketNamein your transcription job request, your transcript is stored in a service-managed bucket, andTranscriptFileUriprovides you with a temporary URI you can use for secure access to your transcript.Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an
AccesDeniederror, you can get a new temporary URI by running aGetTranscriptionJoborListTranscriptionJobrequest.
-
redactedTranscriptFileUri
public final String redactedTranscriptFileUri()
The Amazon S3 location of your redacted transcript. You can use this URI to access or download your transcript.
If you included
OutputBucketNamein your transcription job request, this is the URI of that bucket. If you also includedOutputKeyin your request, your output is located in the path you specified in your request.If you didn't include
OutputBucketNamein your transcription job request, your transcript is stored in a service-managed bucket, andRedactedTranscriptFileUriprovides you with a temporary URI you can use for secure access to your transcript.Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an
AccesDeniederror, you can get a new temporary URI by running aGetTranscriptionJoborListTranscriptionJobrequest.- Returns:
- The Amazon S3 location of your redacted transcript. You can use this URI to access or download your
transcript.
If you included
OutputBucketNamein your transcription job request, this is the URI of that bucket. If you also includedOutputKeyin your request, your output is located in the path you specified in your request.If you didn't include
OutputBucketNamein your transcription job request, your transcript is stored in a service-managed bucket, andRedactedTranscriptFileUriprovides you with a temporary URI you can use for secure access to your transcript.Temporary URIs for service-managed Amazon S3 buckets are only valid for 15 minutes. If you get an
AccesDeniederror, you can get a new temporary URI by running aGetTranscriptionJoborListTranscriptionJobrequest.
-
toBuilder
public Transcript.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Transcript.Builder,Transcript>
-
builder
public static Transcript.Builder builder()
-
serializableBuilderClass
public static Class<? extends Transcript.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-