Class AudioBlock

    • Method Detail

      • format

        public final AudioFormat format()

        The format of the audio data, such as MP3, WAV, FLAC, or other supported audio formats.

        If the service returns an enum value that is not available in the current SDK version, format will return AudioFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from formatAsString().

        Returns:
        The format of the audio data, such as MP3, WAV, FLAC, or other supported audio formats.
        See Also:
        AudioFormat
      • formatAsString

        public final String formatAsString()

        The format of the audio data, such as MP3, WAV, FLAC, or other supported audio formats.

        If the service returns an enum value that is not available in the current SDK version, format will return AudioFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from formatAsString().

        Returns:
        The format of the audio data, such as MP3, WAV, FLAC, or other supported audio formats.
        See Also:
        AudioFormat
      • source

        public final AudioSource source()

        The source of the audio data, which can be provided as raw bytes or an S3 location.

        Returns:
        The source of the audio data, which can be provided as raw bytes or an S3 location.
      • error

        public final ErrorBlock error()

        Error information if the audio block could not be processed or contains invalid data.

        Returns:
        Error information if the audio block could not be processed or contains invalid data.
      • 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)