CML
Preparing search index...
@svta/cml-c2pa
InitSegmentValidation
Type Alias InitSegmentValidation
Result of validating a C2PA init segment.
Returned by
validateC2paInitSegment
.
type
InitSegmentValidation
=
{
certificate
:
Uint8Array
|
null
;
errorCodes
:
readonly
(
LiveVideoStatusCode
|
C2paStatusCode
)
[]
;
isValid
:
boolean
;
manifest
:
C2paManifest
|
null
;
manifestId
:
string
|
null
;
merkleMaps
:
readonly
MerkleMap
[]
;
sessionKeys
:
readonly
ValidatedSessionKey
[]
;
}
Index
Properties
certificate
error
Codes
is
Valid
manifest
manifest
Id
merkle
Maps
session
Keys
Properties
Readonly
certificate
certificate
:
Uint8Array
|
null
Readonly
error
Codes
errorCodes
:
readonly
(
LiveVideoStatusCode
|
C2paStatusCode
)
[]
Readonly
is
Valid
isValid
:
boolean
Readonly
manifest
manifest
:
C2paManifest
|
null
Readonly
manifest
Id
manifestId
:
string
|
null
Readonly
merkle
Maps
merkleMaps
:
readonly
MerkleMap
[]
Readonly
session
Keys
sessionKeys
:
readonly
ValidatedSessionKey
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
certificate
error
Codes
is
Valid
manifest
manifest
Id
merkle
Maps
session
Keys
CML
Loading...
Result of validating a C2PA init segment.
Returned by validateC2paInitSegment.