operationId
Platform operation identifier.
Last updated
Platform operation identifier.
Attribute: operation-id
Type: string
Default value: undefined
provider.operationId = 'op_01HY2K8XQW4N';Operation identifier in the platform. If not provided, the provider can generate it when starting Tracking.
<facephi-sdk-provider
apikey={process.env.FACEPHI_SDK_APIKEY}
operationId={'op_01HY2K8XQW4N'}
/>Last updated