Page Summary
-
A
referenceConflictresource indicates a conflict between two reference files, detailing the matches identified at the time of the conflict. -
The
referenceConflictresource's JSON representation includes fields such askind,status,expiryTime,matches,id,conflictingReferenceId, andoriginalReferenceId. -
A
ReferenceConflictMatchrepresents the specifics of a conflict between two references, including itstype,length_ms,conflicting_reference_offset_ms, andoriginal_reference_offset_ms. -
The API provides methods to
getspecific reference conflict details andlistunresolved reference conflicts.
Resource: ReferenceConflict
A referenceConflict resource identifies a conflict between two reference files and lists the matches that existed between those files when the conflict was identified.
| JSON representation |
|---|
{
"kind": string,
"status": string,
"expiryTime": string,
"matches": [
{
object ( |
| Fields | |
|---|---|
kind |
The type of the API resource. For |
status |
The referenceConflict's status. |
expiryTime |
Conflict review expiry time. |
matches[] |
The list of matches between conflicting and original references at the time of conflict creation. |
id |
A value that YouTube assigns and uses to uniquely identify a reference conflict. |
conflictingReferenceId |
An id of a conflicting reference. |
originalReferenceId |
An id of an original reference. |
ReferenceConflictMatch
Represents conflict between two references.
| JSON representation |
|---|
{ "type": string, "length_ms": string, "conflicting_reference_offset_ms": string, "original_reference_offset_ms": string } |
| Fields | |
|---|---|
type |
The referenceConflictMatch's type. |
length_ms |
Match length in milliseconds. |
conflicting_reference_offset_ms |
Conflicting reference offset in milliseconds. |
original_reference_offset_ms |
Original reference offset in milliseconds. |
Methods |
|
|---|---|
|
Retrieves information about the specified reference conflict. |
|
Retrieves a list of unresolved reference conflicts. |