You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright (c) 2016, 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2
+
// This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
3
+
// Code generated. DO NOT EDIT.
4
+
5
+
// Language API
6
+
//
7
+
// OCI Language Service solutions can help enterprise customers integrate AI into their products immediately using our proven,
8
+
// pre-trained and custom models or containers, without a need to set up an house team of AI and ML experts.
9
+
// This allows enterprises to focus on business drivers and development work rather than AI and ML operations, which shortens the time to market.
10
+
//
11
+
12
+
package ailanguage
13
+
14
+
import (
15
+
"encoding/json"
16
+
"fmt"
17
+
"github.com/oracle/oci-go-sdk/v65/common"
18
+
"strings"
19
+
)
20
+
21
+
// PiiEntityRelexify Replace with entity value with the same context
22
+
typePiiEntityRelexifystruct {
23
+
24
+
// List of offsets/entities to be removed from anonymization.
0 commit comments