Class DetectLanguageEntitiesRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<DetectLanguageEntitiesDetails>
- 
- com.oracle.bmc.ailanguage.requests.DetectLanguageEntitiesRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20221001") public class DetectLanguageEntitiesRequest extends BmcRequest<DetectLanguageEntitiesDetails>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/ailanguage/DetectLanguageEntitiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DetectLanguageEntitiesRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDetectLanguageEntitiesRequest.Builder
 - 
Constructor SummaryConstructors Constructor Description DetectLanguageEntitiesRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DetectLanguageEntitiesRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.DetectLanguageEntitiesDetailsgetBody$()Alternative accessor for the body parameter.DetectLanguageEntitiesDetailsgetDetectLanguageEntitiesDetails()The details to make a Entity detect call.BooleangetIsPii()If this parameter is set to true, you only get PII (Personally identifiable information) entities like PhoneNumber, Email, Person, and so on.NerModelVersiongetModelVersion()Named Entity Recognition model versions.StringgetOpcRequestId()The client request ID for tracing.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.DetectLanguageEntitiesRequest.BuildertoBuilder()Return an instance ofDetectLanguageEntitiesRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getDetectLanguageEntitiesDetailspublic DetectLanguageEntitiesDetails getDetectLanguageEntitiesDetails() The details to make a Entity detect call.
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.
 - 
getModelVersionpublic NerModelVersion getModelVersion() Named Entity Recognition model versions.By default user will get output from V2.1 implementation. 
 - 
getIsPiipublic Boolean getIsPii() If this parameter is set to true, you only get PII (Personally identifiable information) entities like PhoneNumber, Email, Person, and so on.Default value is false. 
 - 
getBody$public DetectLanguageEntitiesDetails getBody$() Alternative accessor for the body parameter.- Overrides:
- getBody$in class- BmcRequest<DetectLanguageEntitiesDetails>
- Returns:
- body parameter
 
 - 
toBuilderpublic DetectLanguageEntitiesRequest.Builder toBuilder() Return an instance ofDetectLanguageEntitiesRequest.Builderthat allows you to modify request properties.- Returns:
- instance of DetectLanguageEntitiesRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static DetectLanguageEntitiesRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<DetectLanguageEntitiesDetails>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<DetectLanguageEntitiesDetails>
 
 
- 
 
-