/** * @public * @enum */ export declare const MediaCapabilities: { readonly NONE: "None"; readonly RECEIVE: "Receive"; readonly SEND: "Send"; readonly SEND_RECEIVE: "SendReceive"; }; /** * @public */ export type MediaCapabilities = (typeof MediaCapabilities)[keyof typeof MediaCapabilities]; /** * @public * @enum */ export declare const MeetingFeatureStatus: { readonly AVAILABLE: "AVAILABLE"; readonly UNAVAILABLE: "UNAVAILABLE"; }; /** * @public */ export type MeetingFeatureStatus = (typeof MeetingFeatureStatus)[keyof typeof MeetingFeatureStatus]; /** * @public * @enum */ export declare const MediaPlacementNetworkType: { readonly DUAL_STACK: "DualStack"; readonly IPV4_ONLY: "Ipv4Only"; }; /** * @public */ export type MediaPlacementNetworkType = (typeof MediaPlacementNetworkType)[keyof typeof MediaPlacementNetworkType]; /** * @public * @enum */ export declare const ContentResolution: { readonly FHD: "FHD"; readonly NONE: "None"; readonly UHD: "UHD"; }; /** * @public */ export type ContentResolution = (typeof ContentResolution)[keyof typeof ContentResolution]; /** * @public * @enum */ export declare const VideoResolution: { readonly FHD: "FHD"; readonly HD: "HD"; readonly NONE: "None"; }; /** * @public */ export type VideoResolution = (typeof VideoResolution)[keyof typeof VideoResolution]; /** * @public * @enum */ export declare const TranscribeMedicalContentIdentificationType: { readonly PHI: "PHI"; }; /** * @public */ export type TranscribeMedicalContentIdentificationType = (typeof TranscribeMedicalContentIdentificationType)[keyof typeof TranscribeMedicalContentIdentificationType]; /** * @public * @enum */ export declare const TranscribeMedicalLanguageCode: { readonly EN_US: "en-US"; }; /** * @public */ export type TranscribeMedicalLanguageCode = (typeof TranscribeMedicalLanguageCode)[keyof typeof TranscribeMedicalLanguageCode]; /** * @public * @enum */ export declare const TranscribeMedicalRegion: { readonly AP_SOUTHEAST_2: "ap-southeast-2"; readonly AUTO: "auto"; readonly CA_CENTRAL_1: "ca-central-1"; readonly EU_WEST_1: "eu-west-1"; readonly US_EAST_1: "us-east-1"; readonly US_EAST_2: "us-east-2"; readonly US_WEST_2: "us-west-2"; }; /** * @public */ export type TranscribeMedicalRegion = (typeof TranscribeMedicalRegion)[keyof typeof TranscribeMedicalRegion]; /** * @public * @enum */ export declare const TranscribeMedicalSpecialty: { readonly CARDIOLOGY: "CARDIOLOGY"; readonly NEUROLOGY: "NEUROLOGY"; readonly ONCOLOGY: "ONCOLOGY"; readonly PRIMARYCARE: "PRIMARYCARE"; readonly RADIOLOGY: "RADIOLOGY"; readonly UROLOGY: "UROLOGY"; }; /** * @public */ export type TranscribeMedicalSpecialty = (typeof TranscribeMedicalSpecialty)[keyof typeof TranscribeMedicalSpecialty]; /** * @public * @enum */ export declare const TranscribeMedicalType: { readonly CONVERSATION: "CONVERSATION"; readonly DICTATION: "DICTATION"; }; /** * @public */ export type TranscribeMedicalType = (typeof TranscribeMedicalType)[keyof typeof TranscribeMedicalType]; /** * @public * @enum */ export declare const TranscribeContentIdentificationType: { readonly PII: "PII"; }; /** * @public */ export type TranscribeContentIdentificationType = (typeof TranscribeContentIdentificationType)[keyof typeof TranscribeContentIdentificationType]; /** * @public * @enum */ export declare const TranscribeContentRedactionType: { readonly PII: "PII"; }; /** * @public */ export type TranscribeContentRedactionType = (typeof TranscribeContentRedactionType)[keyof typeof TranscribeContentRedactionType]; /** * @public * @enum */ export declare const TranscribeLanguageCode: { readonly DE_DE: "de-DE"; readonly EN_AU: "en-AU"; readonly EN_GB: "en-GB"; readonly EN_US: "en-US"; readonly ES_US: "es-US"; readonly FR_CA: "fr-CA"; readonly FR_FR: "fr-FR"; readonly HI_IN: "hi-IN"; readonly IT_IT: "it-IT"; readonly JA_JP: "ja-JP"; readonly KO_KR: "ko-KR"; readonly PT_BR: "pt-BR"; readonly TH_TH: "th-TH"; readonly ZH_CN: "zh-CN"; }; /** * @public */ export type TranscribeLanguageCode = (typeof TranscribeLanguageCode)[keyof typeof TranscribeLanguageCode]; /** * @public * @enum */ export declare const TranscribePartialResultsStability: { readonly HIGH: "high"; readonly LOW: "low"; readonly MEDIUM: "medium"; }; /** * @public */ export type TranscribePartialResultsStability = (typeof TranscribePartialResultsStability)[keyof typeof TranscribePartialResultsStability]; /** * @public * @enum */ export declare const TranscribeRegion: { readonly AP_NORTHEAST_1: "ap-northeast-1"; readonly AP_NORTHEAST_2: "ap-northeast-2"; readonly AP_SOUTHEAST_2: "ap-southeast-2"; readonly AUTO: "auto"; readonly CA_CENTRAL_1: "ca-central-1"; readonly EU_CENTRAL_1: "eu-central-1"; readonly EU_WEST_1: "eu-west-1"; readonly EU_WEST_2: "eu-west-2"; readonly SA_EAST_1: "sa-east-1"; readonly US_EAST_1: "us-east-1"; readonly US_EAST_2: "us-east-2"; readonly US_GOV_WEST_1: "us-gov-west-1"; readonly US_WEST_2: "us-west-2"; }; /** * @public */ export type TranscribeRegion = (typeof TranscribeRegion)[keyof typeof TranscribeRegion]; /** * @public * @enum */ export declare const TranscribeVocabularyFilterMethod: { readonly MASK: "mask"; readonly REMOVE: "remove"; readonly TAG: "tag"; }; /** * @public */ export type TranscribeVocabularyFilterMethod = (typeof TranscribeVocabularyFilterMethod)[keyof typeof TranscribeVocabularyFilterMethod];