blob: 4adfaaa41af4871799c7cee7d3b3fcb60550b7a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// TextClassificationRequestObject undocumented
type TextClassificationRequestObject struct {
// Entity is the base model of TextClassificationRequestObject
Entity
// Text undocumented
Text *string `json:"text,omitempty"`
// SensitiveTypeIDs undocumented
SensitiveTypeIDs []string `json:"sensitiveTypeIds,omitempty"`
}
|