Class Media

    • Method Detail

      • mediaFileUri

        public final String mediaFileUri()

        The Amazon S3 location of the media file you want to transcribe. For example:

        • s3://DOC-EXAMPLE-BUCKET/my-media-file.flac

        • s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac

        Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.

        Returns:
        The Amazon S3 location of the media file you want to transcribe. For example:

        • s3://DOC-EXAMPLE-BUCKET/my-media-file.flac

        • s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac

        Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.

      • redactedMediaFileUri

        public final String redactedMediaFileUri()

        The Amazon S3 location of the media file you want to redact. For example:

        • s3://DOC-EXAMPLE-BUCKET/my-media-file.flac

        • s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac

        Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.

        RedactedMediaFileUri produces a redacted audio file in addition to a redacted transcript. It is only supported for Call Analytics (StartCallAnalyticsJob) transcription requests.

        Returns:
        The Amazon S3 location of the media file you want to redact. For example:

        • s3://DOC-EXAMPLE-BUCKET/my-media-file.flac

        • s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac

        Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.

        RedactedMediaFileUri produces a redacted audio file in addition to a redacted transcript. It is only supported for Call Analytics (StartCallAnalyticsJob) transcription requests.

      • serializableBuilderClass

        public static Class<? extends Media.Builder> serializableBuilderClass()
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)