# VideoCaption


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**language** | **string** |  | [default to undefined]
**label** | **string** |  | [default to undefined]
**generated** | **boolean** |  | [default to undefined]
**status** | **string** |  | [default to undefined]

## Example

```typescript
import { VideoCaption } from '@connectedxm/admin-sdk';

const instance: VideoCaption = {
    language,
    label,
    generated,
    status,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
