Class: Aws::Types::EngineTranscribeMedicalSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_identification_type"PHI"

Returns the value of attribute content_identification_type.

Returns:

  • ("PHI")


162
163
164
# File 'sig/types.rbs', line 162

def content_identification_type
  @content_identification_type
end

#language_code"en-US"

Returns the value of attribute language_code.

Returns:

  • ("en-US")


157
158
159
# File 'sig/types.rbs', line 157

def language_code
  @language_code
end

#region"us-east-1", ...

Returns the value of attribute region.

Returns:

  • ("us-east-1", "us-east-2", "us-west-2", "ap-southeast-2", "ca-central-1", "eu-west-1", "auto")


161
162
163
# File 'sig/types.rbs', line 161

def region
  @region
end

#specialty"PRIMARYCARE", ...

Returns the value of attribute specialty.

Returns:

  • ("PRIMARYCARE", "CARDIOLOGY", "NEUROLOGY", "ONCOLOGY", "RADIOLOGY", "UROLOGY")


158
159
160
# File 'sig/types.rbs', line 158

def specialty
  @specialty
end

#type"CONVERSATION", "DICTATION"

Returns the value of attribute type.

Returns:

  • ("CONVERSATION", "DICTATION")


159
160
161
# File 'sig/types.rbs', line 159

def type
  @type
end

#vocabulary_name::String

Returns the value of attribute vocabulary_name.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def vocabulary_name
  @vocabulary_name
end