Class UpdateMedicalVocabularyRequest

    • Method Detail

      • vocabularyName

        public final String vocabularyName()

        The name of the custom medical vocabulary you want to update. Custom medical vocabulary names are case sensitive.

        Returns:
        The name of the custom medical vocabulary you want to update. Custom medical vocabulary names are case sensitive.
      • languageCode

        public final LanguageCode languageCode()

        The language code that represents the language of the entries in the custom vocabulary you want to update. US English (en-US) is the only language supported with Amazon Transcribe Medical.

        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:
        The language code that represents the language of the entries in the custom vocabulary you want to update. US English (en-US) is the only language supported with Amazon Transcribe Medical.
        See Also:
        LanguageCode
      • languageCodeAsString

        public final String languageCodeAsString()

        The language code that represents the language of the entries in the custom vocabulary you want to update. US English (en-US) is the only language supported with Amazon Transcribe Medical.

        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:
        The language code that represents the language of the entries in the custom vocabulary you want to update. US English (en-US) is the only language supported with Amazon Transcribe Medical.
        See Also:
        LanguageCode
      • vocabularyFileUri

        public final String vocabularyFileUri()

        The Amazon S3 location of the text file that contains your custom medical vocabulary. The URI must be located in the same Amazon Web Services Region as the resource you're calling.

        Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt

        Returns:
        The Amazon S3 location of the text file that contains your custom medical vocabulary. The URI must be located in the same Amazon Web Services Region as the resource you're calling.

        Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt

      • 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