Sha256: f014c47c0ef4b62360b340967684a9055e081138f6dce225b5d63e4713ce32c5
Contents?: true
Size: 898 Bytes
Versions: 3
Compression:
Stored size: 898 Bytes
Contents
# CloudmersiveVideoApiClient::NsfwResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **successful** | **BOOLEAN** | True if the operation was successful, false otherwise | [optional] **highest_classification_result** | **String** | The highest NSFW classification of the video | [optional] **highest_score** | **Float** | The highest NSFW score out of all frames scanned | [optional] **total_racy_frames** | **Integer** | The total number of potentially \"racy\" frames. | [optional] **total_nsfw_frames** | **Integer** | The total number of frames with high probability of NSFW. | [optional] **total_frames** | **Integer** | The total number of frames scanned | [optional] **nsfw_scanned_frames** | [**Array<NsfwScannedFrame>**](NsfwScannedFrame.md) | The NSFW scanning results for each frame | [optional]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cloudmersive-video-api-client-2.0.5 | ./docs/NsfwResult.md |
cloudmersive-video-api-client-2.0.4 | ./docs/NsfwResult.md |
cloudmersive-video-api-client-2.0.3 | ./docs/NsfwResult.md |