public static enum RealtimeParameters.Punctuation extends Enum<RealtimeParameters.Punctuation> implements BmcEnum
Configure punctuations in the generated transcriptions. Disabled by default. - NONE: No punctuation in the transcription response - SPOKEN: Punctuations in response only when verbally spoken - AUTO: Automatic punctuation in the response, spoken punctuations are disabled
Modifier and Type | Method and Description |
---|---|
static RealtimeParameters.Punctuation |
create(String key) |
String |
getValue() |
static RealtimeParameters.Punctuation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RealtimeParameters.Punctuation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RealtimeParameters.Punctuation None
public static final RealtimeParameters.Punctuation Spoken
public static final RealtimeParameters.Punctuation Auto
public static RealtimeParameters.Punctuation[] values()
for (RealtimeParameters.Punctuation c : RealtimeParameters.Punctuation.values()) System.out.println(c);
public static RealtimeParameters.Punctuation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static RealtimeParameters.Punctuation create(String key)
Copyright © 2016–2025. All rights reserved.