Skip to content

Commit 07d3b84

Browse files
committed
Fixed table formatting
1 parent 7efca25 commit 07d3b84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-video-indexer/video-indexer-output-json-v2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ Azure AI Video Indexer detects business and product brand names in the speech-to
549549
| `CorrespondenceCount` | The number of correspondences in the video. |
550550
| `SpeakerWordCount` | The number of words per speaker. |
551551
| `SpeakerNumberOfFragments` | The number of fragments that the speaker has in a video. |
552-
| `SpeakerLongestMonolog` | The speaker's longest monolog. If the speaker has silence inside the monolog, it's included. Silence at the beginning and the end of the monolog is removed. | |
552+
| `SpeakerLongestMonolog` | The speaker's longest monolog. If the speaker has silence inside the monolog, it's included. Silence at the beginning and the end of the monolog is removed. |
553553
| `SpeakerTalkToListenRatio` | The calculation is based on the time spent on the speaker's monolog (without the silence in between) divided by the total time of the video. The time is rounded to the third decimal point. |
554554

555555
#### audioEffects (preview)
@@ -634,7 +634,7 @@ Sentiments get aggregated by their `sentimentType` field (`Positive`, `Neutral`,
634634

635635
The `visualContentModeration` transcript contains time ranges that Azure AI Video Indexer found to potentially have adult content. If `visualContentModeration` is empty, no adult content was identified.
636636

637-
Videos that contain adult or racy content might be available for private view only. Users can submit a request for a human review of the content. In that case, the `IsAdult` attribute will contain the result of the human review.
637+
Videos that contain adult or racy content might be available for private view only. Users can submit a request for a human review of the content. In that case, the `IsAdult` attribute contains the result of the human review.
638638

639639
| Name | Description |
640640
|--|--|
@@ -789,7 +789,7 @@ Azure AI Video Indexer makes an inference of main topics from transcripts. When
789789
| `confidence` | The confidence score in the range `0`-`1`. Higher is more confident. |
790790
| `language` | The language used in the topic. |
791791
| `iptcName` | The IPTC media code name, if detected. |
792-
| `instances` | Currently, Azure AI Video Indexer does not index a topic to time intervals. The whole video is used as the interval. |
792+
| `instances` | Currently, Azure AI Video Indexer doesn't index a topic to time intervals. The whole video is used as the interval. |
793793

794794
```json
795795
"topics": [{

0 commit comments

Comments
 (0)