Class StartMedicalStreamTranscriptionResponse

    • Method Detail

      • requestId

        public final String requestId()

        Provides the identifier for your streaming request.

        Returns:
        Provides the identifier for your streaming request.
      • languageCode

        public final LanguageCode languageCode()

        Provides the language code that you specified in your request. This must be en-US.

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

        Returns:
        Provides the language code that you specified in your request. This must be en-US.
        See Also:
        LanguageCode
      • languageCodeAsString

        public final String languageCodeAsString()

        Provides the language code that you specified in your request. This must be en-US.

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

        Returns:
        Provides the language code that you specified in your request. This must be en-US.
        See Also:
        LanguageCode
      • mediaSampleRateHertz

        public final Integer mediaSampleRateHertz()

        Provides the sample rate that you specified in your request.

        Returns:
        Provides the sample rate that you specified in your request.
      • mediaEncoding

        public final MediaEncoding mediaEncoding()

        Provides the media encoding you specified in your request.

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

        Returns:
        Provides the media encoding you specified in your request.
        See Also:
        MediaEncoding
      • mediaEncodingAsString

        public final String mediaEncodingAsString()

        Provides the media encoding you specified in your request.

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

        Returns:
        Provides the media encoding you specified in your request.
        See Also:
        MediaEncoding
      • vocabularyName

        public final String vocabularyName()

        Provides the name of the custom vocabulary that you specified in your request.

        Returns:
        Provides the name of the custom vocabulary that you specified in your request.
      • specialty

        public final Specialty specialty()

        Provides the medical specialty that you specified in your request.

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

        Returns:
        Provides the medical specialty that you specified in your request.
        See Also:
        Specialty
      • specialtyAsString

        public final String specialtyAsString()

        Provides the medical specialty that you specified in your request.

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

        Returns:
        Provides the medical specialty that you specified in your request.
        See Also:
        Specialty
      • type

        public final Type type()

        Provides the type of audio you specified in your request.

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

        Returns:
        Provides the type of audio you specified in your request.
        See Also:
        Type
      • typeAsString

        public final String typeAsString()

        Provides the type of audio you specified in your request.

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

        Returns:
        Provides the type of audio you specified in your request.
        See Also:
        Type
      • showSpeakerLabel

        public final Boolean showSpeakerLabel()

        Shows whether speaker partitioning was enabled for your transcription.

        Returns:
        Shows whether speaker partitioning was enabled for your transcription.
      • sessionId

        public final String sessionId()

        Provides the identifier for your transcription session.

        Returns:
        Provides the identifier for your transcription session.
      • enableChannelIdentification

        public final Boolean enableChannelIdentification()

        Shows whether channel identification was enabled for your transcription.

        Returns:
        Shows whether channel identification was enabled for your transcription.
      • numberOfChannels

        public final Integer numberOfChannels()

        Provides the number of channels that you specified in your request.

        Returns:
        Provides the number of channels that you specified in your request.
      • 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