Class AmazonTranscribeConfig
java.lang.Object
org.apache.tika.parser.transcribe.aws.AmazonTranscribeConfig
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AmazonTranscribeConfig.RuntimeConfig
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRuntimeConfig blocks modification of security-sensitive credential and infrastructure fields at runtime. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetClientId(String clientId) voidsetClientSecret(String clientSecret) void
-
Constructor Details
-
AmazonTranscribeConfig
public AmazonTranscribeConfig()
-
-
Method Details
-
getClientId
-
setClientId
- Throws:
TikaConfigException
-
getClientSecret
-
setClientSecret
- Throws:
TikaConfigException
-
getBucketName
-
setBucket
- Throws:
TikaConfigException
-
getRegion
-
setRegion
- Throws:
TikaConfigException
-