# CreateTranscriptionResponseJsonLogprobsInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**token** | Option<**String**> | The token in the transcription. | [optional]
**logprob** | Option<**f64**> | The log probability of the token. | [optional]
**bytes** | Option<**Vec<f64>**> | The bytes of the token. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)