Natural Language Classifier uses advanced natural language processing and machine learning techniques to create custom classification models. Users train their data and the service predicts the appropriate category for the inputted text.
Analyze text to extract meta-data from content such as concepts, entities, emotion, relations, sentiment and more.
Translate text, documents, and websites from one language to another. Create industry or region-specific translations via the service's customization capability.
Natural Language Classifier uses advanced natural language processing and machine learning techniques to create custom classification models. Users train their data and the service predicts the appropriate category for the inputted text.
Analyze text to extract meta-data from content such as concepts, entities, emotion, relations, sentiment and more.
Translate text, documents, and websites from one language to another. Create industry or region-specific translations via the service's customization capability.
Natural Language Classifier uses advanced natural language processing and machine learning techniques to create custom classification models. Users train their data and the service predicts the appropriate category for the inputted text.
Analyze text to extract meta-data from content such as concepts, entities, emotion, relations, sentiment and more.
Translate text, documents, and websites from one language to another. Create industry or region-specific translations via the service's customization capability.
Natural Language Classifier uses advanced natural language processing and machine learning techniques to create custom classification models. Users train their data and the service predicts the appropriate category for the inputted text.
Analyze text to extract meta-data from content such as concepts, entities, emotion, relations, sentiment and more.
Translate text, documents, and websites from one language to another. Create industry or region-specific translations via the service's customization capability.
{item.description}
Natural Language Classifier uses advanced natural language processing and machine learning techniques to create custom classification models. Users train their data and the service predicts the appropriate category for the inputted text.
Analyze text to extract meta-data from content such as concepts, entities, emotion, relations, sentiment and more.
Translate text, documents, and websites from one language to another. Create industry or region-specific translations via the service's customization capability.
Natural Language Classifier uses advanced natural language processing and machine learning techniques to create custom classification models. Users train their data and the service predicts the appropriate category for the inputted text.
Analyze text to extract meta-data from content such as concepts, entities, emotion, relations, sentiment and more.
Translate text, documents, and websites from one language to another. Create industry or region-specific translations via the service's customization capability.
Natural Language Classifier uses advanced natural language processing and machine learning techniques to create custom classification models. Users train their data and the service predicts the appropriate category for the inputted text.
Analyze text to extract meta-data from content such as concepts, entities, emotion, relations, sentiment and more.
Translate text, documents, and websites from one language to another. Create industry or region-specific translations via the service's customization capability.
{item.description}
Natural Language Classifier uses advanced natural language processing and machine learning techniques to create custom classification models. Users train their data and the service predicts the appropriate category for the inputted text.
Analyze text to extract meta-data from content such as concepts, entities, emotion, relations, sentiment and more.
Translate text, documents, and websites from one language to another. Create industry or region-specific translations via the service's customization capability.
Resize the width of your browser.
{JSON.stringify(events, null, 2)}
```
### Store and Breakpoint Values
Use `breakpointObserver` as an alternative to the component to get the current
size as a Svelte store. The store provides two additional functions that create
derived stores returning a `boolean` indicating whether the size is
smaller/larger than a certain breakpoint.
Access the `breakpoints` dictionary to map from `BreakpointSize` to
`BreakpointValue`.
```svelte
Current breakpoint size: {$size}
Current breakpoint value: {breakpoints[$size]}px
Smaller than medium: {$smaller}
Larger than medium: {$larger}
``` --- ### Component API #### `Breakpoint` props | Prop | Type | Description | Default | | ------------------ | --------------------------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------------- | | `size` (Reactive) | `BreakpointSize` | Determine the current Carbon grid breakpoint size. | _undefined_ | | `sizes` (Reactive) | `Record