OBJECT
ClassificationPreview
Description
Represents the preview of classified data content.
link GraphQL Schema definition
- type ClassificationPreview {
- # Represents the analyzer ID that performed the classification.
- : String!
- # Represents the end index of the classified text content.
- : Int!
- # Represents the list of policy IDs that detected this classification.
- : [String!]!
- # Represents the start index of the classified text content.
- : Int!
- # Represents the classified data content.
- : String!
- }