Class TranscriptionTextDoneEvent.Logprob
-
- All Implemented Interfaces:
public final class TranscriptionTextDoneEvent.Logprob
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTranscriptionTextDoneEvent.Logprob.BuilderA builder for Logprob.
-
Method Summary
Modifier and Type Method Description final Optional<String>token()The token that was used to generate the log probability. final Optional<List<Long>>bytes()The bytes that were used to generate the log probability. final Optional<Double>logprob()The log probability of the token. final JsonField<String>_token()Returns the raw JSON value of token. final JsonField<List<Long>>_bytes()Returns the raw JSON value of bytes. final JsonField<Double>_logprob()Returns the raw JSON value of logprob. final Map<String, JsonValue>_additionalProperties()final TranscriptionTextDoneEvent.Logprob.BuildertoBuilder()final TranscriptionTextDoneEvent.Logprobvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TranscriptionTextDoneEvent.Logprob.Builderbuilder()Returns a mutable builder for constructing an instance of Logprob. -
-
Method Detail
-
_token
final JsonField<String> _token()
Returns the raw JSON value of token.
Unlike token, this method doesn't throw if the JSON field has an unexpected type.
-
_bytes
final JsonField<List<Long>> _bytes()
Returns the raw JSON value of bytes.
Unlike bytes, this method doesn't throw if the JSON field has an unexpected type.
-
_logprob
final JsonField<Double> _logprob()
Returns the raw JSON value of logprob.
Unlike logprob, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TranscriptionTextDoneEvent.Logprob.Builder toBuilder()
-
validate
final TranscriptionTextDoneEvent.Logprob validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static TranscriptionTextDoneEvent.Logprob.Builder builder()
Returns a mutable builder for constructing an instance of Logprob.
-
-
-
-