[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-13 UTC."],[[["The DaiEncodingProfilePage object represents a page of DaiEncodingProfile objects, providing access to a subset of profiles within a larger result set."],["It includes information about the total number of profiles, the starting position of the current page, and the actual collection of DaiEncodingProfile objects on this page."],["This object is part of the DaiEncodingProfileService and is used to retrieve and manage encoding profiles for Dynamic Ad Insertion (DAI)."]]],["The `DaiEncodingProfileService` uses `getDaiEncodingProfilesByStatement` to retrieve a `DaiEncodingProfilePage`. This page contains a subset of `DaiEncodingProfile` objects. Key data within the `DaiEncodingProfilePage` includes `totalResultSetSize`, indicating the total number of profiles, `startIndex`, specifying the page's position, and `results`, an array holding the `DaiEncodingProfile` objects in the current page. The service's namespace is identified.\n"]]